diff options
Diffstat (limited to 'more.c')
-rw-r--r-- | more.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -37,7 +37,7 @@ | |||
37 | #include <signal.h> | 37 | #include <signal.h> |
38 | #include <sys/ioctl.h> | 38 | #include <sys/ioctl.h> |
39 | 39 | ||
40 | static const char more_usage[] = "[file ...]"; | 40 | static const char more_usage[] = "more [file ...]\n"; |
41 | 41 | ||
42 | /* ED: sparc termios is broken: revert back to old termio handling. */ | 42 | /* ED: sparc termios is broken: revert back to old termio handling. */ |
43 | #ifdef BB_FEATURE_USE_TERMIOS | 43 | #ifdef BB_FEATURE_USE_TERMIOS |