diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 21:11:08 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1998-05-13 21:11:08 +0000 |
commit | e02190beb07fe6fffffe960cf569b8c7cffca268 (patch) | |
tree | e5a6228bf0d8263febed3425781f28419a66c7ab /usr.bin/less | |
parent | d52f0aaa12a2be42938d41372002166e7a025c80 (diff) |
less "-d" descriptions swapped; mouse@Rodents.Montreal.QC.CA
Diffstat (limited to 'usr.bin/less')
-rw-r--r-- | usr.bin/less/opttbl.c | 2 |
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 |