From 133099f36cdd85b2dc0584126d897e8c2c8d01ab Mon Sep 17 00:00:00 2001 From: Brian Feldman Date: Sat, 22 Jul 2000 05:28:46 +0000 Subject: [PATCH] Add the missing flags to ls(1)'s usage: -Bb. --- bin/ls/util.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/ls/util.c b/bin/ls/util.c index 1f839c59d02..56339c8eeab 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -162,9 +162,9 @@ usage() { (void)fprintf(stderr, #ifdef COLORLS - "usage: ls [-ACFGHLPRTWacdfgiklnoqrstu1]" + "usage: ls [-ABCFGHLPRTWabcdfgiklnoqrstu1]" #else - "usage: ls [-ACFHLPRTWacdfgiklnoqrstu1]" + "usage: ls [-ABCFHLPRTWabcdfgiklnoqrstu1]" #endif " [file ...]\n"); exit(1);