summaryrefslogtreecommitdiffstats
path: root/imag-view
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-16 23:35:31 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-17 01:27:50 +0200
commit1e5548a247518cb21b910555416ab139963807da (patch)
treea11eb9e73794f585c968dc47188e8660d2f8d37c /imag-view
parent53d819d7b6997d818893bccf5036ec9f778c6116 (diff)
Remove seperate version passing
Diffstat (limited to 'imag-view')
-rw-r--r--imag-view/src/ui.rs8
1 files changed, 0 insertions, 8 deletions
diff --git a/imag-view/src/ui.rs b/imag-view/src/ui.rs
index ae9180b0..3d6592ad 100644
--- a/imag-view/src/ui.rs
+++ b/imag-view/src/ui.rs
@@ -10,14 +10,6 @@ pub fn build_ui<'a>(app: App<'a, 'a>) -> App<'a, 'a> {
.help("View this entry at this store path")
.value_name("ID"))
- .arg(Arg::with_name("version")
- .long("version")
- .short("V")
- .takes_value(true)
- .required(true)
- .help("View this version (youngest if not specified)")
- .value_name("VERSION"))
-
.arg(Arg::with_name("versions")
.long("versions")
.takes_value(false)