summaryrefslogtreecommitdiff
path: root/usr.bin/ssh
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@cvs.openbsd.org>2012-09-06 06:25:42 +0000
committerDarren Tucker <dtucker@cvs.openbsd.org>2012-09-06 06:25:42 +0000
commitbf5ffd7803e49abfbde48939f9fcda48544c2ea0 (patch)
treef49d57e2ee99e808406cbd5b0b819f1980429d4c /usr.bin/ssh
parentd4ee8226cb0a3eac2b466d3e43d475ac542848b6 (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.c6
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\