summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-16 11:28:53 +0000
committerbapt <bapt@FreeBSD.org>2014-07-16 11:28:53 +0000
commit69c3c20c39f9d02a7c7c09e2a74b644d50e65dd5 (patch)
tree04db8c3c4cf1496e5999a38baee5644014984ff6 /usr.bin
parentf80cae3e6d850381df78a280d3e14a45921c07a9 (diff)
downloadFreeBSD-src-69c3c20c39f9d02a7c7c09e2a74b644d50e65dd5.zip
FreeBSD-src-69c3c20c39f9d02a7c7c09e2a74b644d50e65dd5.tar.gz
Style(9) fix
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/timeout/timeout.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/timeout/timeout.c b/usr.bin/timeout/timeout.c
index 4cfe600..2842800 100644
--- a/usr.bin/timeout/timeout.c
+++ b/usr.bin/timeout/timeout.c
@@ -53,6 +53,7 @@ static sig_atomic_t sig_ign = 0;
static void
usage(void)
{
+
fprintf(stderr, "Usage: %s [--signal sig | -s sig] [--preserve-status]"
" [--kill-after time | -k time] [--foreground] <duration> <command>"
" <arg ...>\n", getprogname());
OpenPOWER on IntegriCloud