Skip to content

Commit

Permalink
improve help
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Oct 18, 2024
1 parent 93c2eab commit 100bc66
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cm/cmind/core.py
Original file line number Diff line number Diff line change
Expand Up @@ -1071,6 +1071,8 @@ def _x(self, i, control):
print (' -log={info (default) | debug | warning | error} - log level')
print (' -logfile={path to log file} - record log to file instead of console')
print (' -raise - raise Python error when automation action fails')
print (' -time - print elapsed time for a given automation')
print (' -profile - profile a given automation')
print (' -repro - record various info to the cmx-repro directory to replay CMX command')
print ('')
print ('Check https://github.com/mlcommons/ck/tree/master/cm/docs/cmx for more details.')
Expand Down

0 comments on commit 100bc66

Please sign in to comment.