Mirabelle now gives usage info when no arguments given
authorsultana
Sat, 14 Apr 2012 23:52:17 +0100
changeset 47479 e6add51fd7ba
parent 47478 d2392e6cba7f
child 47480 24d8c9e9dae4
Mirabelle now gives usage info when no arguments given
src/HOL/Mirabelle/lib/Tools/mirabelle
--- a/src/HOL/Mirabelle/lib/Tools/mirabelle	Sat Apr 14 23:52:17 2012 +0100
+++ b/src/HOL/Mirabelle/lib/Tools/mirabelle	Sat Apr 14 23:52:17 2012 +0100
@@ -67,6 +67,8 @@
 
 # options
 
+[ $# -eq 0 ] && usage
+
 while getopts "L:T:O:t:q?" OPT
 do
   case "$OPT" in