summaryrefslogtreecommitdiffstats
path: root/sbin/slattach/slattach.c
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/slattach/slattach.c')
-rw-r--r--sbin/slattach/slattach.c7
1 files changed, 4 insertions, 3 deletions
diff --git a/sbin/slattach/slattach.c b/sbin/slattach/slattach.c
index 613332c..afdfce8 100644
--- a/sbin/slattach/slattach.c
+++ b/sbin/slattach/slattach.c
@@ -105,9 +105,10 @@ char *exit_cmd = 0; /* command to exec before exiting. */
static void
usage()
{
- fprintf(stderr, "%s\n%s\n",
-"usage: slattach [-acfhlnz] [-e command] [-r command] [-s speed] [-u command]",
-" [-L] [-K timeout] [-O timeout] [-S unit] device");
+ fprintf(stderr, "%s\n%s\n%s\n",
+"usage: slattach [-acfhLlnz] [-e exit-command] [-K keepalive] [-O outfill]",
+" [-r redial-command] [-S unit] [-s baudrate] [-u unit-command]",
+" ttyname");
/* do not exit here */
}
OpenPOWER on IntegriCloud