diff --git a/watch.c b/watch.c index 69d3a0ae..aae46321 100644 --- a/watch.c +++ b/watch.c @@ -279,7 +279,7 @@ int main(int argc, char *argv[]) option_exec = 0, option_beep = 0, option_color = 0, - option_errexit = 0, option_chgexit = 0, option_help = 0, option_version = 0; + option_errexit = 0, option_chgexit = 0; double interval = 2; char *command; char **command_argv;