diff --git a/lib/scripts/fig_copy.py b/lib/scripts/fig_copy.py index 4eb58e05e6..16ae154a4e 100644 --- a/lib/scripts/fig_copy.py +++ b/lib/scripts/fig_copy.py @@ -21,7 +21,7 @@ import os, sys if len(sys.argv) != 3: - print >> sys.stderr, "Usage: fig_copy.sh " + print >> sys.stderr, "Usage: fig_copy.py " sys.exit(1) if not os.path.isfile(sys.argv[1]): diff --git a/src/mover.h b/src/mover.h index 04e016641c..a2af0f723a 100644 --- a/src/mover.h +++ b/src/mover.h @@ -105,7 +105,7 @@ public: /** @c command should be of the form * - * sh $$s/scripts/fig_copy.sh $$i $$o $$l + * python $$s/scripts/fig_copy.py $$i $$o $$l * * where $$s is a placeholder for the lyx support directory, * $$i is a placeholder for the name of the file to be moved,