summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-10-12 17:52:19 -0500
committerStuart Stock <stuart@int08h.com>2019-10-12 17:52:19 -0500
commit04a3155d0d7ee695a97767dee55cc42ed131a5e7 (patch)
tree2a2bfa768bcc6c2db451f267c0f4bde87b7ec890
parentf1f834e8c65d518f66b4732a6c9655f04555b9cd (diff)
downloadroughenough-04a3155d0d7ee695a97767dee55cc42ed131a5e7.zip
Typo fix in help text
-rw-r--r--src/bin/roughenough-client.rs2
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();