aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/main.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index e2e1b35..b7df568 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -35,7 +35,6 @@ fn parse_args() -> Result<Config> {
let matches = App::new("rand-word-gen")
.version(crate_version!())
- .version_short("v")
.about(crate_description!())
.arg(
Arg::with_name("words")