From 90016a4d57967d53ac206bd24fd19401331c659c Mon Sep 17 00:00:00 2001 From: Fortunate-MAN Date: Mon, 6 Feb 2017 20:20:09 +0530 Subject: [PATCH] watch help one more option #196 --- bin/watch/watch.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/watch/watch.c b/bin/watch/watch.c index bde9983..ba9c2d0 100644 --- a/bin/watch/watch.c +++ b/bin/watch/watch.c @@ -59,7 +59,8 @@ struct cmd_t cmd_watch = "DESCRIPTION : \n " "\tPrints out the current user.\n" "OPTIONS : \n " - "[-n ] Sets the interval to the number of seconds specified.\n", + "[-n ] 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"