summaryrefslogtreecommitdiff
path: root/src/ls.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ls.c')
-rw-r--r--src/ls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ls.c b/src/ls.c
index 230ae7e90..efc5611bc 100644
--- a/src/ls.c
+++ b/src/ls.c
@@ -1269,7 +1269,7 @@ Use `--si' for the old meaning."));
break;
case '1':
- /* -1 has no effect after --l. */
+ /* -1 has no effect after -l. */
if (format != long_format)
format = one_per_line;
break;