Skip to content

Commit 820deb2

Browse files
committed
ls -b and -N and -q aren't conflict errors, they just switch each other off.
1 parent 167dfdf commit 820deb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

toys/posix/ls.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
* Posix says the -l date format should vary based on how recent it is
1313
* and we do --time-style=long-iso instead
1414
15-
USE_LS(NEWTOY(ls, "(color):;(full-time)(show-control-chars)ZgoACFHLNRSabcdfhikl@mnpqrstuw#=80<0x1[-Cxm1][-Cxml][-Cxmo][-Cxmg][-cu][-ftS][-HL][!Nqb]", TOYFLAG_BIN|TOYFLAG_LOCALE))
15+
USE_LS(NEWTOY(ls, "(color):;(full-time)(show-control-chars)ZgoACFHLNRSabcdfhikl@mnpqrstuw#=80<0x1[-Cxm1][-Cxml][-Cxmo][-Cxmg][-cu][-ftS][-HL][-Nqb]", TOYFLAG_BIN|TOYFLAG_LOCALE))
1616
1717
config LS
1818
bool "ls"

0 commit comments

Comments
 (0)