summaryrefslogtreecommitdiff
path: root/cli-runopts.c
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-03-03 11:47:41 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-03-03 11:47:41 +0800
commitdd9159918a6c4a4553af833333f930c10536ae12 (patch)
tree24f35156bd1d81cd203a59f8aad5f57296dde86f /cli-runopts.c
parent63dc746102d1f6b3d3255e44099b742c6c58371b (diff)
downloaddropbear-dd9159918a6c4a4553af833333f930c10536ae12.tar.gz
improve subsystem/sftp documentation, and multi-hop manual formatting
Diffstat (limited to 'cli-runopts.c')
-rw-r--r--cli-runopts.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli-runopts.c b/cli-runopts.c
index 140b0cf..791326c 100644
--- a/cli-runopts.c
+++ b/cli-runopts.c
@@ -63,7 +63,7 @@ static void printhelp() {
"-N Don't run a remote command\n"
"-f Run in background after auth\n"
"-y Always accept remote host key if unknown\n"
- "-s Request a subsystem (use for sftp)\n"
+ "-s Request a subsystem (use by external sftp)\n"
#ifdef ENABLE_CLI_PUBKEY_AUTH
"-i <identityfile> (multiple allowed)\n"
#endif