summaryrefslogtreecommitdiff
path: root/procps/top.c
diff options
context:
space:
mode:
Diffstat (limited to 'procps/top.c')
-rw-r--r--procps/top.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/procps/top.c b/procps/top.c
index 85699b027..494509c7c 100644
--- a/procps/top.c
+++ b/procps/top.c
@@ -535,7 +535,7 @@ int top_main(int argc, char **argv)
535 535
536 /* do normal option parsing */ 536 /* do normal option parsing */
537 opt_complementary = "-"; 537 opt_complementary = "-";
538 getopt32(argc, argv, "d:n:b", &sinterval, &siterations); 538 getopt32(argv, "d:n:b", &sinterval, &siterations);
539 if (option_mask32 & 0x1) interval = xatou(sinterval); // -d 539 if (option_mask32 & 0x1) interval = xatou(sinterval); // -d
540 if (option_mask32 & 0x2) iterations = xatou(siterations); // -n 540 if (option_mask32 & 0x2) iterations = xatou(siterations); // -n
541 //if (option_mask32 & 0x4) // -b 541 //if (option_mask32 & 0x4) // -b