Skip to content
Snippets Groups Projects
Commit 6c61df45 authored by Hans-Peter Deifel's avatar Hans-Peter Deifel :turtle: Committed by Hans-Peter Deifel
Browse files

Advertise 'graph' command of command line interface

parent 83612ae5
No related branches found
No related tags found
No related merge requests found
......@@ -46,7 +46,7 @@ let _ =
let printUsage name =
print_endline ("Usage: \"" ^ name ^ " <task> <functor> [<flags>]\" where");
print_endline " <task> in { sat print verify nnf prov (is »not.(sat ¬f)«) nom2fix }";
print_endline " <task> in { sat print graph verify nnf prov (is »not.(sat ¬f)«) nom2fix }";
print_endline " <functor> in { MultiModalK (or equivalently K)";
print_endline " MultiModalKD (or equivalently KD)";
print_endline " Monotone";
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment