diff options
-rw-r--r-- | src/ls.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -2175,7 +2175,7 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ -X sort alphabetically by entry extension\n\ -1 list one file per line\n\ --help display this help and exit\n\ - --version output version information and exit")); + --version output version information and exit\n")); } exit (status); } |