src/HOL/Library/Old_SMT/old_smt_config.ML
changeset 59936 b8ffc3dc9e24
parent 58893 9e0ecb66d6a7
child 60312 ee6f9a97205d
--- a/src/HOL/Library/Old_SMT/old_smt_config.ML	Mon Apr 06 16:30:44 2015 +0200
+++ b/src/HOL/Library/Old_SMT/old_smt_config.ML	Mon Apr 06 17:06:48 2015 +0200
@@ -246,7 +246,7 @@
   end
 
 val _ =
-  Outer_Syntax.command @{command_spec "old_smt_status"}
+  Outer_Syntax.command @{command_keyword old_smt_status}
     "show the available SMT solvers, the currently selected SMT solver, \
     \and the values of SMT configuration options"
     (Scan.succeed (Toplevel.keep (print_setup o Toplevel.context_of)))