We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 335fb1d + b182eb8 commit fe5e9daCopy full SHA for fe5e9da
1 file changed
sshush/command_line.py
@@ -27,7 +27,7 @@ def main():
27
)
28
29
arg_parser.add_argument(
30
- '--path', '-p',
+ '--path', '-p', '-o', '--output',
31
help='Path to SSH config file if it differs from {}'.format(default_path),
32
default=default_path
33
0 commit comments