aboutsummaryrefslogtreecommitdiffstats
path: root/src/bin/einhyrningsinsctl.rs
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2016-10-12 22:54:12 -0700
committerbnewbold <bnewbold@robocracy.org>2016-10-12 22:54:12 -0700
commitc3725511aba85f2422b09b5aa1aacf2b89aa7b77 (patch)
tree9a08208c843e54209d988542789bec427feb2761 /src/bin/einhyrningsinsctl.rs
parentf24d5897071e8792402fcb2320fb4f1c1ec128ff (diff)
downloadeinhyrningsins-c3725511aba85f2422b09b5aa1aacf2b89aa7b77.tar.gz
einhyrningsins-c3725511aba85f2422b09b5aa1aacf2b89aa7b77.zip
fix 'help' command
Diffstat (limited to 'src/bin/einhyrningsinsctl.rs')
-rw-r--r--src/bin/einhyrningsinsctl.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/einhyrningsinsctl.rs b/src/bin/einhyrningsinsctl.rs
index 7782be3..a727c2f 100644
--- a/src/bin/einhyrningsinsctl.rs
+++ b/src/bin/einhyrningsinsctl.rs
@@ -53,7 +53,7 @@ fn shell(ctrl_stream: UnixStream) {
println!("");
println!("Welcome to the einhyrningsins shell!");
- println!("Try 'help if you need it");
+ println!("Try 'help' if you need it");
loop {
let readline = rl.readline("> ");