Skip to content

Commit fe5e9da

Browse files
authored
Merge pull request #7 from bencromwell/feat/alias-for-path
feat: alias for path arg
2 parents 335fb1d + b182eb8 commit fe5e9da

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sshush/command_line.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def main():
2727
)
2828

2929
arg_parser.add_argument(
30-
'--path', '-p',
30+
'--path', '-p', '-o', '--output',
3131
help='Path to SSH config file if it differs from {}'.format(default_path),
3232
default=default_path
3333
)

0 commit comments

Comments
 (0)