Skip to content

Commit

Permalink
Phrasing
Browse files Browse the repository at this point in the history
  • Loading branch information
alichtman committed Apr 6, 2018
1 parent 806b846 commit 4cf80f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions stronghold.py
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,11 @@ def lockdown_procedure():
final_configuration()

# Click custom help
CONTEXT_SETTINGS = dict(help_option_names=['-h', '-help', '--help'])
CONTEXT_SETTINGS = dict(help_option_names=['-h', '-help'])

@click.command(context_settings=CONTEXT_SETTINGS)
@click.option('-lockdown', is_flag=True, default=False, help="Set secure configuration without user interaction.")
@click.option('-v', is_flag=True, default=False, help='display version and author information and exit')
@click.option('-v', is_flag=True, default=False, help='Display version and author information and exit.')
def cli(lockdown, v):
"""Securely configure your Mac from the terminal."""

Expand Down

0 comments on commit 4cf80f4

Please sign in to comment.