aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2023-11-18 10:04:25 +0100
committerMattias Andrée <maandree@kth.se>2023-11-18 10:04:25 +0100
commitc8dee3ddcc015ac812a298bd2ee2634d9da6fad0 (patch)
tree69628b0050aa5328714c9a729391ca4de9a0a4b3
parentAdd readme (diff)
downloadsshexec-c8dee3ddcc015ac812a298bd2ee2634d9da6fad0.tar.gz
sshexec-c8dee3ddcc015ac812a298bd2ee2634d9da6fad0.tar.bz2
sshexec-c8dee3ddcc015ac812a298bd2ee2634d9da6fad0.tar.xz
Add synopsis to readme
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--README4
1 files changed, 4 insertions, 0 deletions
diff --git a/README b/README
index 73dc2fb..3661b2e 100644
--- a/README
+++ b/README
@@ -1,6 +1,10 @@
NAME
sshexec - run a command through ssh(1) with normal command syntax
+SYNOPSIS
+ sshexec [{ [ssh=ssh-command] [dir=directory] }] [ssh-option] ...
+ destination command [argument] ...
+
DESCRIPTION
The sshexec utility is a wrapper for SSH that makes it easy to
run commands directly in the SSH command.