aboutsummaryrefslogtreecommitdiff
path: root/man/man1
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-07-31 00:10:12 +1200
committerTom Ryder <tom@sanctum.geek.nz>2016-07-31 00:14:17 +1200
commitd0c4a7edb5527dbe047e65a838b9cb4426ccd798 (patch)
treefb7e6dbf267c6476b3d15889948d02e5e6778e95 /man/man1
parentDisable false positive shellcheck in spr(1) (diff)
downloaddotfiles-d0c4a7edb5527dbe047e65a838b9cb4426ccd798.tar.gz
dotfiles-d0c4a7edb5527dbe047e65a838b9cb4426ccd798.zip
Reimplement sra(1) in POSIX sh
Also allows no command, to just open a shell
Diffstat (limited to 'man/man1')
-rw-r--r--man/man1/sra.16
1 files changed, 3 insertions, 3 deletions
diff --git a/man/man1/sra.1 b/man/man1/sra.1
index 3ddc7ac7..db4d1abd 100644
--- a/man/man1/sra.1
+++ b/man/man1/sra.1
@@ -4,11 +4,11 @@
\- run a command on sls(1) hosts
.SH SYNOPSIS
.B sra
-.I COMMAND
+.I [COMMAND]
.SH DESCRIPTION
.B sra
-runs a nominated command on all the hosts returned by sls(1), and prints the
-hostname, stdout, and stderr for each call.
+opens a secure shell or runs a command with ssh(1) on all the hosts returned by
+sls(1).
.SH SEE ALSO
sta(1), sls(1)
.SH AUTHOR