diff options
| author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 11:28:53 +0000 |
|---|---|---|
| committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-07-16 11:28:53 +0000 |
| commit | 565b379f4bbe9e334a8ebb440ccab12da99fc690 (patch) | |
| tree | 04db8c3c4cf1496e5999a38baee5644014984ff6 /usr.bin/timeout | |
| parent | d8d685e828868b425f334b52101927369e4e6e0b (diff) | |
Notes
Diffstat (limited to 'usr.bin/timeout')
| -rw-r--r-- | usr.bin/timeout/timeout.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/timeout/timeout.c b/usr.bin/timeout/timeout.c index 4cfe600206bdf..2842800e14cd2 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()); |
