diff options
| author | Mattias Andrée <m@maandree.se> | 2025-02-09 11:28:08 +0100 | 
|---|---|---|
| committer | Mattias Andrée <m@maandree.se> | 2025-02-09 11:28:08 +0100 | 
| commit | 48eef485f76ad9004e0830fbec4ecd01910e434d (patch) | |
| tree | 53015f0832c5c1e331faf49f5e682dcd183cc5e3 | |
| parent | Fix option parsing (diff) | |
| download | sshexec-48eef485f76ad9004e0830fbec4ecd01910e434d.tar.gz sshexec-48eef485f76ad9004e0830fbec4ecd01910e434d.tar.bz2 sshexec-48eef485f76ad9004e0830fbec4ecd01910e434d.tar.xz | |
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
| -rw-r--r-- | README | 4 | 
1 files changed, 2 insertions, 2 deletions
| @@ -4,8 +4,8 @@ NAME  SYNOPSIS  	sshexec [{ [ssh=ssh-command] [dir=directory] [cd=(strict|lax)]  	        [[fd]{>,>>,>|,<,<>}[&]=file] [asis=asis-marker -		[nasis=asis-count]] }] [ssh-option] ... destination -		command [argument] ... +	        [nasis=asis-count]] }] [ssh-option] ... destination +	        command [argument] ...  DESCRIPTION  	The sshexec utility is a wrapper for SSH that makes it easy to | 
