diff options
author | Stuart Stock <stuart@int08h.com> | 2019-01-19 16:01:00 -0600 |
---|---|---|
committer | Stuart Stock <stuart@int08h.com> | 2019-01-19 16:01:00 -0600 |
commit | 45498500bb05b3007756b4020e20b307dfb8601c (patch) | |
tree | ffa2174a3b37509996e8c608af9b34c8dfb6bdc1 /src | |
parent | d56adfdc0df8a3611fc9d84a4bd5f6f6680bf4d2 (diff) | |
download | roughenough-45498500bb05b3007756b4020e20b307dfb8601c.zip |
Minor cli doc fix
Diffstat (limited to 'src')
-rw-r--r-- | src/bin/roughenough-server.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/roughenough-server.rs b/src/bin/roughenough-server.rs index ed5edc9..5f70da0 100644 --- a/src/bin/roughenough-server.rs +++ b/src/bin/roughenough-server.rs @@ -91,7 +91,7 @@ pub fn main() { let mut args = env::args(); if args.len() != 2 { - error!("Usage: server <ENV|/path/to/config.yaml>"); + error!("Usage: server <ENV | /path/to/config.yaml>"); process::exit(1); } |