|
@@ -20,8 +20,10 @@ impl CmdUpload {
|
|
|
.help("The file to upload")
|
|
|
.required(true)
|
|
|
.multiple(false))
|
|
|
- .arg(ArgPassword::build())
|
|
|
- .arg(ArgDownloadLimit::build().default_value(DOWNLOAD_DEFAULT))
|
|
|
+ .arg(ArgPassword::build()
|
|
|
+ .help("Protect the file with a password"))
|
|
|
+ .arg(ArgDownloadLimit::build()
|
|
|
+ .default_value(DOWNLOAD_DEFAULT))
|
|
|
.arg(ArgHost::build())
|
|
|
.arg(Arg::with_name("name")
|
|
|
.long("name")
|