Skip to content

Commit

Permalink
Remove unused parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
mottosso committed Jul 31, 2019
1 parent b91d871 commit cd2a931
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions allzpark/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,6 @@ def main():
"over ALLZPARK_CONFIG_FILE"))
parser.add_argument("--no-config", action="store_true", help=(
"Do not load custom allzparkconfig.py"))
parser.add_argument("--no-console", action="store_true", help=(
"Do not use a console (Windows-only)"))
parser.add_argument("--demo", action="store_true", help=(
"Run demo material"))
parser.add_argument("--root", help=(
Expand Down

0 comments on commit cd2a931

Please sign in to comment.