Skip to content

Commit 9d6c9ec

Browse files
authored
update usage on readme
1 parent 5ef4fb8 commit 9d6c9ec

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

README.md

+7-3
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ brew uninstall rem
6262

6363
```text
6464
Usage: rem [-t/--set-dir <dir>] [--disable-copy] [--permanent | -u/--undo] <file> ...
65-
rem [-d/--directory | --empty | -h/--help | -v/--version | -l/--list]
65+
rem [-d/--directory | --empty | -h/--help | --version | -l/--list]
66+
rem --rm-mode [options] [files]
6667
Options:
6768
-u/--undo restore a file
6869
-l/--list list files in trash
@@ -71,9 +72,12 @@ Options:
7172
-d/--directory show path to the data dir
7273
-t/--set-dir <dir> set the data dir and continue
7374
-q/--quiet enable quiet mode
74-
--disable-copy if files are on a different fs, don't rename by copy
75+
--disable-copy if files are on a different fs, don't move by copying
7576
-h/--help print this help message
76-
-v/--version print Rem version
77+
--version print Rem version
78+
--rm-mode enable GNU rm compatibility mode
79+
run "rem --rm-mode --help" for more info
80+
-- all arguments after this are considered files
7781
```
7882

7983
Rem stores its data at `$XDG_DATA_HOME/rem` or `.local/share/rem` by default. Alternatively, set the data directory using `$REM_TRASH` or with the `-d` option.

0 commit comments

Comments
 (0)