added version number to help text
This commit is contained in:
parent
c533630ff8
commit
a270d08c47
1 changed files with 2 additions and 1 deletions
|
@ -22,7 +22,7 @@ fn main() {
|
||||||
match arg.as_str() {
|
match arg.as_str() {
|
||||||
"-h" |
|
"-h" |
|
||||||
"--help" => {
|
"--help" => {
|
||||||
println!("open
|
println!("open v0.4.0
|
||||||
Valerie Wolfe <sleeplessval@gmail.com>
|
Valerie Wolfe <sleeplessval@gmail.com>
|
||||||
A Linux implementation of the \"open\" command on Mac OS written in Rust and easily configurable.
|
A Linux implementation of the \"open\" command on Mac OS written in Rust and easily configurable.
|
||||||
|
|
||||||
|
@ -33,6 +33,7 @@ FLAGS:
|
||||||
-h, --help Prints this help text
|
-h, --help Prints this help text
|
||||||
-a, --add Add a handler for a operand type
|
-a, --add Add a handler for a operand type
|
||||||
-p, --path Prints the config path used
|
-p, --path Prints the config path used
|
||||||
|
-v, --version Prints the version number
|
||||||
");
|
");
|
||||||
return;
|
return;
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue