diff options
| -rw-r--r-- | coreutils/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/ls.c b/coreutils/ls.c index c24561576..40017efc6 100644 --- a/coreutils/ls.c +++ b/coreutils/ls.c @@ -231,7 +231,7 @@ SPLIT_SUBDIR = 2, IF_FEATURE_LS_WIDTH("T:w:") /* 2, 28 */ \ IF_LONG_OPTS("\xff") /* 1, 29 */ \ IF_LONG_OPTS("\xfe") /* 1, 30 */ \ - IF_LONG_OPTS("\xfd") /* 1, 31 */ \ + IF_LONG_OPTS("\xfd::") /* 1, 31 */ \ "qk" /* 2, 33 */ #if ENABLE_LONG_OPTS |
