summaryrefslogtreecommitdiff
path: root/src/help.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/help.rs')
-rw-r--r--src/help.rs10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/help.rs b/src/help.rs
deleted file mode 100644
index e6f4a72..0000000
--- a/src/help.rs
+++ /dev/null
@@ -1,10 +0,0 @@
-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);
-}