Skip to content

Commit

Permalink
#235: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Feb 15, 2024
1 parent b34fe70 commit 9e413e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/eoc.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ program
.option('-b, --batch', 'Run in batch mode, suppress interactive messages')
.option('--no-color', 'Disable colorization of console messages')
.option('--track-optimization-steps', 'Save intermediate XMIR files')
.option('-c, --clean', 'Delete ./.eoc directory')
.option('-c, --clean', 'Delete .eoc directory before running a command')
.option('--debug', 'Print ALL debug messages, heavily overloading the log')
.option('--verbose', 'Print debug messages and full output of child processes');

Expand Down

0 comments on commit 9e413e8

Please sign in to comment.