Style(9) fix

This commit is contained in:
Baptiste Daroussin 2014-07-16 11:28:53 +00:00
parent d8d685e828
commit 565b379f4b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=268748

View File

@ -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());