diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-03-03 11:47:41 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-03-03 11:47:41 +0800 |
commit | a9cf0ca25f4946751cf946447617ee2330930b88 (patch) | |
tree | ea29ee167a5995c73f95fa64f951354405e53c23 /cli-runopts.c | |
parent | 72a5612a294ef16eb157cafc483b2a975ed95f8e (diff) |
improve subsystem/sftp documentation, and multi-hop manual formatting
Diffstat (limited to 'cli-runopts.c')
-rw-r--r-- | cli-runopts.c | 2 |
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 |