Skip to content

Commit

Permalink
-l option
Browse files Browse the repository at this point in the history
  • Loading branch information
joknarf committed Jul 6, 2024
1 parent 2b11f75 commit d1bafd2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ options:
timeout of each job
-r, --resolve resolve fqdn in SSHP_DOMAINS
-v, --verbose verbose display (fqdn + line for last output)```
-l, --ls list ssh-para results/log directories
During run, use :
* k: to kill ssh command held by a thread (but remote command can still be running on remote host)
* p: pause all remaining jobs to be scheduled
Expand Down
2 changes: 1 addition & 1 deletion ssh_para/ssh_para.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def parse_args():
action="store_true",
help="verbose display (fqdn + line for last output)",
)
parser.add_argument("-l", "--ls", action="store_true", help="list ssh-para logs")
parser.add_argument("-l", "--ls", action="store_true", help="list ssh-para results/log directories")
parser.add_argument("ssh_args", nargs="*")
return parser.parse_args()

Expand Down

0 comments on commit d1bafd2

Please sign in to comment.