Skip to content

Commit

Permalink
Fix the help description (#246)
Browse files Browse the repository at this point in the history
Fix the help description
  • Loading branch information
sorawee authored Nov 11, 2022
1 parent 7e69613 commit b58652b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rosette/lib/profile/raco.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"Only install the compile handler; do not run the profiler"
(run-profiler? #f)]
[("-m" "--module") name
"Run submodule <name> (defaults to 'main)"
"Run submodule <name> (defaults to 'main')"
(module-name (string->symbol name))]
[("-r" "--racket")
"Instrument code in any language, not just `#lang rosette`"
Expand Down
2 changes: 1 addition & 1 deletion rosette/lib/trace/raco.rkt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@

;; SymPro options
[("-m" "--module") name
"Run submodule <name> (defaults to 'main)"
"Run submodule <name> (defaults to 'main')"
(module-name (string->symbol name))]
[("-r" "--racket")
"Instrument code in any language, not just `#lang rosette`"
Expand Down

0 comments on commit b58652b

Please sign in to comment.