Skip to content

Commit

Permalink
addition: add new flags to example
Browse files Browse the repository at this point in the history
  • Loading branch information
kernel-dev committed May 2, 2022
1 parent 52d8f97 commit c53c825
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/flags.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def help(self):
print(" " + "#" + " " * 10 + title + " " * 10 + "#")
print("#" * (len(title) + 22), "\n" * 2)
print(
"<executable> \n | [--help/-H] \n | [--text/--txt/-tx/-T] \n | [--json/-J] \n | [--xml/-X] \n | [--plist/-P]\n"
"<executable> \n | [--help/-H] \n | [--text/--txt/-tx/-T] \n | [--json/-J] \n | [--xml/-X] \n | [--plist/-P]\n | [--no-interactive]\n | [--offline]\n"
)

for argument in arguments:
Expand Down

0 comments on commit c53c825

Please sign in to comment.