From: Matthias Schmidt Date: Thu, 14 Feb 2008 09:33:24 +0000 (+0000) Subject: Add missing S option to usage() X-Git-Tag: v2.0.1~1099 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/92c726f637a50b31d80e10e3f7758f7c6b2cd6b8 Add missing S option to usage() --- diff --git a/bin/ls/util.c b/bin/ls/util.c index 5e8a3311e5..76762547f8 100644 --- a/bin/ls/util.c +++ b/bin/ls/util.c @@ -31,7 +31,7 @@ * * @(#)util.c 8.3 (Berkeley) 4/2/94 * $FreeBSD: src/bin/ls/util.c,v 1.35 2004/05/03 11:48:55 tjr Exp $ - * $DragonFly: src/bin/ls/util.c,v 1.7 2005/09/18 18:35:23 asmodai Exp $ + * $DragonFly: src/bin/ls/util.c,v 1.8 2008/02/14 09:33:24 matthias Exp $ */ #include @@ -218,9 +218,9 @@ usage(void) { fprintf(stderr, #ifdef COLORLS - "usage: ls [-ABCFGHLPRTWabcdfghiklmnoqrstuwxy1]" + "usage: ls [-ABCFGHLPRSTWabcdfghiklmnoqrstuwxy1]" #else - "usage: ls [-ABCFHLPRTWabcdfghiklmnoqrstuwxy1]" + "usage: ls [-ABCFHLPRSTWabcdfghiklmnoqrstuwxy1]" #endif " [file ...]\n"); exit(1);