diff options
Diffstat (limited to 'system/apachetop/apachetop.outputfile.patch')
-rw-r--r-- | system/apachetop/apachetop.outputfile.patch | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/system/apachetop/apachetop.outputfile.patch b/system/apachetop/apachetop.outputfile.patch index ff7913f318..95e484370c 100644 --- a/system/apachetop/apachetop.outputfile.patch +++ b/system/apachetop/apachetop.outputfile.patch @@ -14,7 +14,7 @@ Index: src/apachetop.cc #endif /* process commandline {{{ */ -- while ((ch = getopt(argc, argv, "f:H:T:hqlrs:pd:")) != -1) +- while ((ch = getopt(argc, argv, "f:H:T:hvqlrs:pd:")) != -1) + while ((ch = getopt(argc, argv, "f:o:H:T:hqlrs:pd:")) != -1) { switch(ch) @@ -61,6 +61,7 @@ Index: src/apachetop.cc - " -d secs refresh delay in seconds [%d]\n" + " -d secs refresh delay in seconds [%d]\n" "\n" + " -v show version\n" - " -h this help\n" + " -h this help\n" "\n" |