aboutsummaryrefslogtreecommitdiff
path: root/bin/sra
diff options
context:
space:
mode:
Diffstat (limited to 'bin/sra')
-rwxr-xr-xbin/sra2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/sra b/bin/sra
index 6c281918..7f072dfb 100755
--- a/bin/sra
+++ b/bin/sra
@@ -1,5 +1,5 @@
#!/bin/sh
-# Run ssh(1) with an optional command on every host in sls(1) output
+# Run ssh(1) with an optional command on every host in sls(1df) output
# Use FD3 to keep a reference to the script's stdin for the ssh(1) calls
exec 3<&0
sls | while read -r hostname ; do