Note that graveyard is only a default in usage

This commit is contained in:
Kevin Liu 2016-10-30 08:49:38 -07:00
parent 6f6ac66965
commit 952d25f794

View file

@ -35,7 +35,7 @@ fn main() {
.version(crate_version!())
.author(crate_authors!())
.about("Rm ImProved
Send files to the graveyard (/tmp/.graveyard) instead of unlinking them.")
Send files to the graveyard (/tmp/.graveyard by default) instead of unlinking them.")
.arg(Arg::with_name("TARGET")
.help("File or directory to remove")
.multiple(true)