summaryrefslogtreecommitdiffstats
path: root/usr.bin/nohup/nohup.c
diff options
context:
space:
mode:
authorcharnier <charnier@FreeBSD.org>2000-03-26 14:46:41 +0000
committercharnier <charnier@FreeBSD.org>2000-03-26 14:46:41 +0000
commitb7d47847507c6e86738b1e18766fc0a7414792ee (patch)
tree53726ea8ead4d79d9f85f42802d7d1e3a3155333 /usr.bin/nohup/nohup.c
parentf0804c6aec14c71f776af36c70eb79ab1bd69123 (diff)
downloadFreeBSD-src-b7d47847507c6e86738b1e18766fc0a7414792ee.zip
FreeBSD-src-b7d47847507c6e86738b1e18766fc0a7414792ee.tar.gz
Sync SYNOPSIS and usage() string.
Diffstat (limited to 'usr.bin/nohup/nohup.c')
-rw-r--r--usr.bin/nohup/nohup.c2
1 files changed, 1 insertions, 1 deletions
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);
}
OpenPOWER on IntegriCloud