Skip to content

Commit

Permalink
Merge pull request #7 from bencromwell/feat/alias-for-path
Browse files Browse the repository at this point in the history
feat: alias for path arg
  • Loading branch information
bencromwell authored Oct 29, 2022
2 parents 335fb1d + b182eb8 commit fe5e9da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sshush/command_line.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def main():
)

arg_parser.add_argument(
'--path', '-p',
'--path', '-p', '-o', '--output',
help='Path to SSH config file if it differs from {}'.format(default_path),
default=default_path
)
Expand Down

0 comments on commit fe5e9da

Please sign in to comment.