diff options
Diffstat (limited to 'src/stty.c')
-rw-r--r-- | src/stty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stty.c b/src/stty.c index dec68a7a7..c4d0946b2 100644 --- a/src/stty.c +++ b/src/stty.c @@ -452,7 +452,7 @@ Usage: %s [OPTION]... [SETTING]...\n\ program_name); if (status != 0) - fprintf (stderr, "\nTry `%s --help' for more information.\n", + fprintf (stderr, "Try `%s --help' for more information.\n", program_name); else { |