summaryrefslogtreecommitdiff
path: root/src/bin/roughenough-server.rs
diff options
context:
space:
mode:
authorStuart Stock <stuart@int08h.com>2019-01-19 16:01:00 -0600
committerStuart Stock <stuart@int08h.com>2019-01-19 16:01:00 -0600
commit45498500bb05b3007756b4020e20b307dfb8601c (patch)
treeffa2174a3b37509996e8c608af9b34c8dfb6bdc1 /src/bin/roughenough-server.rs
parentd56adfdc0df8a3611fc9d84a4bd5f6f6680bf4d2 (diff)
downloadroughenough-45498500bb05b3007756b4020e20b307dfb8601c.zip
Minor cli doc fix
Diffstat (limited to 'src/bin/roughenough-server.rs')
-rw-r--r--src/bin/roughenough-server.rs2
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);
}