aboutsummaryrefslogtreecommitdiff
path: root/src/CLI.v
diff options
context:
space:
mode:
Diffstat (limited to 'src/CLI.v')
-rw-r--r--src/CLI.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/CLI.v b/src/CLI.v
index 3975b0845..b4ed87604 100644
--- a/src/CLI.v
+++ b/src/CLI.v
@@ -144,7 +144,7 @@ Module ForExtraction.
Definition machine_wordsize_help
:= " machine_wordsize The machine bitwidth (e.g., 32 or 64)".
Definition function_to_synthesize_help (valid_names : string)
- := " function_to_synthesize A list of functions that should be synthesized. If no functions are given, all functions are synthesized."
+ := " function_to_synthesize A space-separated list of functions that should be synthesized. If no functions are given, all functions are synthesized."
++ String.NewLine ++
" Valid options are " ++ valid_names.