mirror of https://github.com/dswd/zvault
More files
This commit is contained in:
parent
8911c8af6d
commit
ce3223b5ea
|
@ -0,0 +1,2 @@
|
|||
default:
|
||||
(cd ../src; find . -name '*.rs') | xargs xgettext -D ../src --debug -L python -n -F -a -E --from-code UTF-8 -x ../lang/excluded.po -o default.pot
|
File diff suppressed because it is too large
Load Diff
|
@ -567,7 +567,8 @@ pub fn parse() -> Result<(log::Level, Arguments), ErrorCode> {
|
|||
.help(tr!("Set the chunker algorithm and target chunk size"))
|
||||
.default_value(DEFAULT_CHUNKER)
|
||||
.validator(validate_chunker))
|
||||
.arg(Arg::from_usage("-c --compression [COMPRESSION] 'Set the compression method and level'")
|
||||
.arg(Arg::from_usage("-c --compression [COMPRESSION]")
|
||||
.help(tr!("Set the compression method and level"))
|
||||
.default_value(DEFAULT_COMPRESSION)
|
||||
.validator(validate_compression))
|
||||
.arg(Arg::from_usage("-e --encrypt")
|
||||
|
|
Loading…
Reference in New Issue