aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'slattach.c')
-rw-r--r--slattach.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/slattach.c b/slattach.c
index d2b6f3c..0f4ccd6 100644
--- a/slattach.c
+++ b/slattach.c
@@ -569,7 +569,7 @@ usage(void)
"[-c cmd] [-s speed] [-p protocol] tty | -\n"
" slattach -V | --version\n";
- fprintf(stderr, usage_msg);
+ fputs(usage_msg, stderr);
exit(1);
}