summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-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);
}