rt: Remove short versions for "config" and "runtimepath" std arg

This commit is contained in:
Matthias Beyer 2016-02-20 21:02:43 +01:00
parent 0bf22672f9
commit 37795a035d
1 changed files with 0 additions and 2 deletions

View File

@ -100,14 +100,12 @@ impl<'a> Runtime<'a> {
.takes_value(false))
.arg(Arg::with_name("config")
.short("c")
.long("config")
.help("Path to alternative config file")
.required(false)
.takes_value(true))
.arg(Arg::with_name("runtimepath")
.short("r")
.long("rtp")
.help("Alternative runtimepath")
.required(false)