diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2012-09-06 06:25:42 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2012-09-06 06:25:42 +0000 |
commit | bf5ffd7803e49abfbde48939f9fcda48544c2ea0 (patch) | |
tree | f49d57e2ee99e808406cbd5b0b819f1980429d4c /usr.bin/ssh | |
parent | d4ee8226cb0a3eac2b466d3e43d475ac542848b6 (diff) |
Put help text for ~v and ~V around the correct way
Diffstat (limited to 'usr.bin/ssh')
-rw-r--r-- | usr.bin/ssh/clientloop.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/ssh/clientloop.c b/usr.bin/ssh/clientloop.c index 53f001274a0..a284b8d1eab 100644 --- a/usr.bin/ssh/clientloop.c +++ b/usr.bin/ssh/clientloop.c @@ -1,4 +1,4 @@ -/* $OpenBSD: clientloop.c,v 1.242 2012/09/06 04:37:38 dtucker Exp $ */ +/* $OpenBSD: clientloop.c,v 1.243 2012/09/06 06:25:41 dtucker Exp $ */ /* * Author: Tatu Ylonen <ylo@cs.hut.fi> * Copyright (c) 1995 Tatu Ylonen <ylo@cs.hut.fi>, Espoo, Finland @@ -1191,8 +1191,8 @@ Supported escape sequences:\r\n\ %cB - send a BREAK to the remote system\r\n\ %cC - open a command line\r\n\ %cR - Request rekey (SSH protocol 2 only)\r\n\ - %cV - Increase verbosity (LogLevel)\r\n\ - %cv - Decrease verbosity (LogLevel)\r\n\ + %cV - Decrease verbosity (LogLevel)\r\n\ + %cv - Increase verbosity (LogLevel)\r\n\ %c^Z - suspend ssh\r\n\ %c# - list forwarded connections\r\n\ %c& - background ssh (when waiting for connections to terminate)\r\n\ |