aboutsummaryrefslogtreecommitdiff
path: root/man/man1/swr.1df
diff options
context:
space:
mode:
Diffstat (limited to 'man/man1/swr.1df')
-rw-r--r--man/man1/swr.1df4
1 files changed, 2 insertions, 2 deletions
diff --git a/man/man1/swr.1df b/man/man1/swr.1df
index 4c40a6f0..3acc7be5 100644
--- a/man/man1/swr.1df
+++ b/man/man1/swr.1df
@@ -18,7 +18,7 @@ circumstances.
This even works for the first argument (i.e. the command), provided that it
will run on the local system once copied in.
.SH CAVEATS
-You can't write to remote files with it. The arguments only work as input
+You can't write to remote files with it. The arguments only work as input
streams, so e.g. "cp .vimrc remote:.vimrc" won't do what you expect.
.P
This only works for simple commands; you can't put shell syntax into any of the
@@ -28,7 +28,7 @@ The whole script will stop if even one of its arguments can't be copied in, as
there's no way to tell whether it's safe to proceed without some of the data.
.P
Don't even think about using this for mission-critical cases or situations
-requiring high security. It's a convenience wrapper.
+requiring high security. It's a convenience wrapper.
.P
You may not need this at all if your shell has working command substitution and
you find its syntax clearer: