X-Git-Url: https://git.donarmstrong.com/?a=blobdiff_plain;f=scripts%2Flilypond-pdfpc-helper.py;h=25a72591077736dced7f9907d6ec10c5d2866962;hb=6ec966af050b25a860b1c3cd047a833ddd59f11e;hp=8f9500dbd7baf4259c9d22a9518a55635c27272b;hpb=f5889770b05d6ed2bab79cdb82b65cea238b92df;p=lilypond.git diff --git a/scripts/lilypond-pdfpc-helper.py b/scripts/lilypond-pdfpc-helper.py index 8f9500dbd7..25a7259107 100644 --- a/scripts/lilypond-pdfpc-helper.py +++ b/scripts/lilypond-pdfpc-helper.py @@ -22,7 +22,8 @@ print os.getcwd() def usage(): sys.stdout.write ('Usage: %s FILE:LINE:COLUMN' % program_name) sys.stdout.write ('\n\n') - sys.stdout.write ('Call remote editor given Mozilla remote link command') + sys.stdout.write ('''PDF Point & Click helper. +Start a text-editor when given textedit:///path/to/file:line:column URI.''') sys.stdout.write ('\n\n') sys.stdout.write (_ ("Report bugs to %s.") % "bug-lilypond@gnu.org") sys.stdout.write ('\n')