diff options
author | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-09 12:50:44 -0500 |
---|---|---|
committer | Tyler Murphy <tylermurphy534@gmail.com> | 2022-11-09 12:50:44 -0500 |
commit | 49c1c8e4245e5cf93903d5a84b70dc11232b69af (patch) | |
tree | 9876afedeb9692a4accc6e165f1aa4b4736a5b47 /src/help.rs | |
parent | update readme (diff) | |
download | crab-49c1c8e4245e5cf93903d5a84b70dc11232b69af.tar.gz crab-49c1c8e4245e5cf93903d5a84b70dc11232b69af.tar.bz2 crab-49c1c8e4245e5cf93903d5a84b70dc11232b69af.zip |
force valid arguments
Diffstat (limited to 'src/help.rs')
-rw-r--r-- | src/help.rs | 3 |
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 +} |