mfazliazran / skipfish

Automatically exported from code.google.com/p/skipfish
Apache License 2.0
0 stars 0 forks source link

missing --flush-to-disc option on usage() #170

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
hi,

this adds the missing option ``--flush-to-disk'' to usage() introduced at 
v2.10b.

Index: skipfish.c
===================================================================
--- skipfish.c  (revision 190)
+++ skipfish.c  (working copy)
@@ -137,7 +137,8 @@
       "  -w rw_tmout     - individual network I/O timeout (%u s)\n"
       "  -i idle_tmout   - timeout on idle HTTP connections (%u s)\n"
       "  -s s_limit      - response size limit (%u B)\n"
-      "  -e              - do not keep binary responses for reporting\n\n"
+      "  -e              - do not keep binary responses for reporting\n"
+      "  --flush-to-disc - writes requests/responses to disk on the fly\n\n"

       "Other settings:\n\n"

ok? comments?

thanks,

-dcasati

Original issue reported on code.google.com by diego.ca...@gmail.com on 19 Dec 2012 at 10:03

GoogleCodeExporter commented 8 years ago
correcting my own typo from the last patch =]

Index: skipfish.c
===================================================================
--- skipfish.c  (revision 190)
+++ skipfish.c  (working copy)
@@ -137,7 +137,8 @@
       "  -w rw_tmout     - individual network I/O timeout (%u s)\n"
       "  -i idle_tmout   - timeout on idle HTTP connections (%u s)\n"
       "  -s s_limit      - response size limit (%u B)\n"
-      "  -e              - do not keep binary responses for reporting\n\n"
+      "  -e              - do not keep binary responses for reporting\n"
+      "  --flush-to-disk - writes requests/responses to disk on the fly\n\n"

       "Other settings:\n\n"

Original comment by diego.ca...@gmail.com on 20 Dec 2012 at 8:59

GoogleCodeExporter commented 8 years ago
Thanks ! Will add this to 2.11b .

Niels

Original comment by niels.he...@gmail.com on 21 Dec 2012 at 10:05