diff options
Diffstat (limited to 'elf/sln.c')
-rw-r--r-- | elf/sln.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/elf/sln.c b/elf/sln.c index a8210c1fc0..71707f5d30 100644 --- a/elf/sln.c +++ b/elf/sln.c @@ -83,8 +83,8 @@ static void usage (void) { printf (_("Usage: sln src dest|file\n\n")); - printf (_("For bug reporting instructions, please see:\n\ -<http://www.gnu.org/software/libc/bugs.html>.\n")); + fputs (_("For bug reporting instructions, please see:\n\ +<http://www.gnu.org/software/libc/bugs.html>.\n"), stdout); } static int |