summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorderaadt <deraadt@openbsd.org>1998-05-13 21:11:07 +0000
committerderaadt <deraadt@openbsd.org>1998-05-13 21:11:07 +0000
commitd21623dadae7889a3af74a6081c759130655ceae (patch)
tree34cd7bab85b623f5f640d9b96b588f52e1a1dd6a
parenttest -> [ (diff)
downloadwireguard-openbsd-d21623dadae7889a3af74a6081c759130655ceae.tar.xz
wireguard-openbsd-d21623dadae7889a3af74a6081c759130655ceae.zip
less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CA
-rw-r--r--usr.bin/less/opttbl.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/less/opttbl.c b/usr.bin/less/opttbl.c
index 2e9ad23cddc..2a11f54caa7 100644
--- a/usr.bin/less/opttbl.c
+++ b/usr.bin/less/opttbl.c
@@ -97,8 +97,8 @@ static struct option option[] =
},
#else
{ 'd', BOOL, OPT_OFF, &be_helpful, NULL,
- "Be helpful in prompts",
"Be less helpful in prompts",
+ "Be helpful in prompts",
NULL,
},
#endif