summaryrefslogtreecommitdiff
path: root/procps/watch.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/watch.c')
-rw-r--r--procps/watch.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/watch.c b/procps/watch.c
index b2adcd5ce..3d18105bf 100644
--- a/procps/watch.c
+++ b/procps/watch.c
@@ -35,7 +35,7 @@ int watch_main(int argc, char **argv)
35 char **p; 35 char **p;
36 36
37 opt_complementary = "-1"; // at least one param please 37 opt_complementary = "-1"; // at least one param please
38 opt = getopt32(argc, argv, "+dtn:", &tmp); 38 opt = getopt32(argv, "+dtn:", &tmp);
39 //if (opt & 0x1) // -d (ignore) 39 //if (opt & 0x1) // -d (ignore)
40 //if (opt & 0x2) // -t 40 //if (opt & 0x2) // -t
41 if (opt & 0x4) period = xatou(tmp); 41 if (opt & 0x4) period = xatou(tmp);