Skip to content

Commit

Permalink
Insert missing comma in --help output
Browse files Browse the repository at this point in the history
  • Loading branch information
iafisher committed Apr 16, 2019
1 parent 9cb9b94 commit d3ff47b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hera/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def dump_state(vm: VirtualMachine, settings: Settings) -> None:
--no-color Do not print colored output.
--no-debug-ops Disallow debugging instructions.
-q --quiet Set output level to quiet.
-q, --quiet Set output level to quiet.
--verbose Set output level to verbose.
--warn-octal-off Do not print warnings for zero-prefixed integer literals.
Expand Down

0 comments on commit d3ff47b

Please sign in to comment.