aboutsummaryrefslogtreecommitdiff
path: root/bin/proofgeneral
diff options
context:
space:
mode:
Diffstat (limited to 'bin/proofgeneral')
-rw-r--r--bin/proofgeneral5
1 files changed, 2 insertions, 3 deletions
diff --git a/bin/proofgeneral b/bin/proofgeneral
index edbbe206..6def97ff 100644
--- a/bin/proofgeneral
+++ b/bin/proofgeneral
@@ -34,6 +34,8 @@ Options:
-h, --help show this help and exit
-v, --version output version information and exit
+Unrecognized options are passed to Emacs, along with file names.
+
Examples:
$NAME Example.thy Load Proof General editing Isar file Example.thy
$NAME example.v Load Proof General editing Coq file Example.v
@@ -73,9 +75,6 @@ while
--emacsbin)
EMACS=$2
shift;;
- -*)
- echo "$NAME: option $1 not recognized. Use $NAME --help for help." 1>&2
- exit 1;;
*) break;;
esac
do shift; done