aboutsummaryrefslogtreecommitdiff
path: root/coreutils/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'coreutils/ls.c')
-rw-r--r--coreutils/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c
index 6be3eb291..3eff5a949 100644
--- a/coreutils/ls.c
+++ b/coreutils/ls.c
@@ -1096,7 +1096,7 @@ int ls_main(int argc UNUSED_PARAM, char **argv)
1096 static const char ls_longopts[] ALIGN1 = 1096 static const char ls_longopts[] ALIGN1 =
1097 "full-time\0" No_argument "\xff" 1097 "full-time\0" No_argument "\xff"
1098 "group-directories-first\0" No_argument "\xfe" 1098 "group-directories-first\0" No_argument "\xfe"
1099 "color\0" Optional_argument "\xfd" 1099 IF_FEATURE_LS_COLOR("color\0" Optional_argument "\xfd")
1100 ; 1100 ;
1101#endif 1101#endif
1102 1102