mirror of
https://github.com/nivekuil/rip
synced 2024-11-26 05:30:18 +00:00
Note that graveyard is only a default in usage
This commit is contained in:
parent
6f6ac66965
commit
952d25f794
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ fn main() {
|
||||||
.version(crate_version!())
|
.version(crate_version!())
|
||||||
.author(crate_authors!())
|
.author(crate_authors!())
|
||||||
.about("Rm ImProved
|
.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")
|
.arg(Arg::with_name("TARGET")
|
||||||
.help("File or directory to remove")
|
.help("File or directory to remove")
|
||||||
.multiple(true)
|
.multiple(true)
|
||||||
|
|
Loading…
Reference in a new issue