diff -r f20cc66b2c74 -r 1b70db55c811 src/HOL/Mirabelle/lib/Tools/mirabelle --- a/src/HOL/Mirabelle/lib/Tools/mirabelle Sat Sep 05 11:45:57 2009 +0200 +++ b/src/HOL/Mirabelle/lib/Tools/mirabelle Sat Sep 05 15:46:52 2009 +0200 @@ -32,9 +32,12 @@ echo " at all proof steps in the given theory files." echo echo " ACTIONS is a colon-separated list of actions, where each action is" - echo " either NAME or NAME[KEY=VALUE,...,KEY=VALUE]. Available actions are:" + echo " either NAME or NAME[OPTION,...,OPTION]. Available actions are:" print_action_names echo + echo " A list of available OPTIONs can be found here:" + echo " $MIRABELLE_HOME/doc/options.txt" + echo echo " FILES is a list of theory files, where each file is either NAME.thy" echo " or NAME.thy[START:END] and START and END are numbers indicating the" echo " range the given actions are to be applied."