Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue May 25, 2015 · 2 comments
Open

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

GoogleCodeExporter opened this issue May 25, 2015 · 2 comments

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 19 Dec 2012 at 10:03

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant