Skip to content

Commit faee392

Browse files
authored
docs: update cli usage in README.md
1 parent 13c23e3 commit faee392

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ Trxsh is a simple and efficient command-line trash manager written in Go. It all
1515

1616
```bash
1717
Usage: ./dist/trxsh [OPTIONS] [FILES]
18-
1918
Options:
20-
--fzf, -f : Restore files using fzf
21-
--list, -l : List files in trash
22-
--restore, -r ID : Restore file by ID
23-
--cleanup, -c : Empty all trash directories
24-
--help, -h : Show this help
19+
--fzf, -f : Restore files using fzf
20+
--list, -l : List files in trash
21+
--restore, -r ID : Restore file by ID
22+
--cleanup, -c : Empty all trash directories
23+
--dir-sizes, -s : Show directory sizes
24+
--help, -h : Show this help
2525
```
2626

2727
### Trash Specification

0 commit comments

Comments
 (0)