diff options
Diffstat (limited to 'usr.bin/less/opttbl.c')
-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 |