diff options
author | Stuart Stock <stuart@int08h.com> | 2019-10-12 17:52:19 -0500 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-10-12 17:52:19 -0500 |
commit | 04a3155d0d7ee695a97767dee55cc42ed131a5e7 (patch) | |
tree | 2a2bfa768bcc6c2db451f267c0f4bde87b7ec890 | |
parent | f1f834e8c65d518f66b4732a6c9655f04555b9cd (diff) | |
download | roughenough-04a3155d0d7ee695a97767dee55cc42ed131a5e7.zip |
Typo fix in help text
-rw-r--r-- | src/bin/roughenough-client.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/roughenough-client.rs b/src/bin/roughenough-client.rs index dd780f5..b87adf6 100644 --- a/src/bin/roughenough-client.rs +++ b/src/bin/roughenough-client.rs @@ -258,7 +258,7 @@ fn main() { .short("o") .long("output") .takes_value(true) - .help("Writes all requsts to the specified file, in addition to sending them to the server. Useful for generating fuzer inputs") + .help("Writes all requests to the specified file, in addition to sending them to the server. Useful for generating fuzzer inputs") ) .get_matches(); |