Skip to content

Commit

Permalink
watch help one more option #196
Browse files Browse the repository at this point in the history
  • Loading branch information
double-fault committed Feb 6, 2017
1 parent 49c79e1 commit 90016a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion bin/watch/watch.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ struct cmd_t cmd_watch =
"DESCRIPTION : \n "
"\tPrints out the current user.\n"
"OPTIONS : \n "
"[-n <seconds>] Sets the interval to the number of seconds specified.\n",
"[-n <seconds>] Sets the interval to the number of seconds specified.\n "
"[-t] No title while running watch.\n",
.cmd_opts = cmd_watch_opts,
.handler = &cmd_watch_handler,
.invalid_use_msg = "Invalid use of watch command.\n"
Expand Down

0 comments on commit 90016a4

Please sign in to comment.