summaryrefslogtreecommitdiff
path: root/src/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.rs')
-rw-r--r--src/help.rs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/help.rs b/src/help.rs
index 422e35d..e6f4a72 100644
--- a/src/help.rs
+++ b/src/help.rs
@@ -2,10 +2,9 @@ pub fn help() {
let help =
"Usage:
crab [-d] command [args]
-
Options:
-v --version Get the current version of the package
-h --help Generates the crab help message
-d If your user is set to persist, dont save persistance";
println!("{}", help);
-} \ No newline at end of file
+}