diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-10-16 20:19:28 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2007-10-16 20:19:28 +0000 |
commit | ad973e250e03ec653b913c63eb438ad58314178d (patch) | |
tree | c6e0a38704d6d78db031ca24a1f5b53905f1f764 /usr.bin/nohup | |
parent | aa07a191ee973728e771b15522d6ef7600994fb4 (diff) |
sync the synopsis and usage of commands
ok jmc@
Diffstat (limited to 'usr.bin/nohup')
-rw-r--r-- | usr.bin/nohup/nohup.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 278117701ff..4406f0698a2 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -1,4 +1,4 @@ -/* $OpenBSD: nohup.c,v 1.12 2003/06/03 02:56:14 millert Exp $ */ +/* $OpenBSD: nohup.c,v 1.13 2007/10/16 20:19:27 sobrado Exp $ */ /* $NetBSD: nohup.c,v 1.6 1995/08/31 23:35:25 jtc Exp $ */ /* @@ -40,7 +40,7 @@ char copyright[] = #if 0 static char sccsid[] = "@(#)nohup.c 5.4 (Berkeley) 6/1/90"; #endif -static char rcsid[] = "$OpenBSD: nohup.c,v 1.12 2003/06/03 02:56:14 millert Exp $"; +static char rcsid[] = "$OpenBSD: nohup.c,v 1.13 2007/10/16 20:19:27 sobrado Exp $"; #endif /* not lint */ #include <sys/param.h> @@ -138,6 +138,6 @@ dupit: __dead static void usage(void) { - (void)fprintf(stderr, "usage: nohup command\n"); + (void)fprintf(stderr, "usage: nohup utility [arg ...]\n"); exit(EXIT_MISC); } |