diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-12-31 14:10:21 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2008-12-31 14:10:21 +0000 |
commit | f921896d105957987f07fcaae85dc710ad033709 (patch) | |
tree | a2f09451d0e4c35606e38c49fd49285281656ac9 /usr.sbin/ripctl | |
parent | a26fd7f55b088233cfce3152b97ff0c1ef03d094 (diff) |
sync synopsis/usage.
Diffstat (limited to 'usr.sbin/ripctl')
-rw-r--r-- | usr.sbin/ripctl/ripctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ripctl/ripctl.c b/usr.sbin/ripctl/ripctl.c index baad35f6597..52e55d66db0 100644 --- a/usr.sbin/ripctl/ripctl.c +++ b/usr.sbin/ripctl/ripctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: ripctl.c,v 1.5 2007/10/15 02:16:35 deraadt Exp $ +/* $OpenBSD: ripctl.c,v 1.6 2008/12/31 14:10:20 sobrado Exp $ * * Copyright (c) 2006 Michele Marchetto <mydecay@openbeer.it> * Copyright (c) 2005 Claudio Jeker <claudio@openbsd.org> @@ -58,7 +58,7 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s <command> [arg [...]]\n", __progname); + fprintf(stderr, "usage: %s command [argument ...]\n", __progname); exit(1); } |