diff options
author | 2008-11-01 11:14:36 +0000 | |
---|---|---|
committer | 2008-11-01 11:14:36 +0000 | |
commit | 96398b4f2a8c96704fc72b806c6d084ffc2ab72b (patch) | |
tree | 83f3b6205ed442166a9dba801e0a1a1f588448c9 /usr.bin/ssh/ssh-keyscan.c | |
parent | - document libsndio (diff) | |
download | wireguard-openbsd-96398b4f2a8c96704fc72b806c6d084ffc2ab72b.tar.xz wireguard-openbsd-96398b4f2a8c96704fc72b806c6d084ffc2ab72b.zip |
the ellipsis is not an optional argument; while here, improve spacing.
Diffstat (limited to 'usr.bin/ssh/ssh-keyscan.c')
-rw-r--r-- | usr.bin/ssh/ssh-keyscan.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/usr.bin/ssh/ssh-keyscan.c b/usr.bin/ssh/ssh-keyscan.c index 466e3af73cc..40a9966b17c 100644 --- a/usr.bin/ssh/ssh-keyscan.c +++ b/usr.bin/ssh/ssh-keyscan.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ssh-keyscan.c,v 1.76 2008/04/30 10:14:03 djm Exp $ */ +/* $OpenBSD: ssh-keyscan.c,v 1.77 2008/11/01 11:14:36 sobrado Exp $ */ /* * Copyright 1995, 1996 by David Mazieres <dm@lcs.mit.edu>. * @@ -698,8 +698,9 @@ fatal(const char *fmt,...) static void usage(void) { - fprintf(stderr, "usage: %s [-46Hv] [-f file] [-p port] [-T timeout] [-t type]\n" - "\t\t [host | addrlist namelist] [...]\n", + fprintf(stderr, + "usage: %s [-46Hv] [-f file] [-p port] [-T timeout] [-t type]\n" + "\t\t [host | addrlist namelist] ...\n", __progname); exit(1); } |