From b7d47847507c6e86738b1e18766fc0a7414792ee Mon Sep 17 00:00:00 2001 From: charnier Date: Sun, 26 Mar 2000 14:46:41 +0000 Subject: Sync SYNOPSIS and usage() string. --- usr.bin/nohup/nohup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.bin/nohup/nohup.c') diff --git a/usr.bin/nohup/nohup.c b/usr.bin/nohup/nohup.c index 8992997..36f832e 100644 --- a/usr.bin/nohup/nohup.c +++ b/usr.bin/nohup/nohup.c @@ -118,6 +118,6 @@ dupit: (void)lseek(fd, (off_t)0, SEEK_END); void usage() { - (void)fprintf(stderr, "usage: nohup command\n"); + (void)fprintf(stderr, "usage: nohup command [arguments]\n"); exit(1); } -- cgit v1.1