Skip to content

Commit d101a0f

Browse files
committed
Use double-dashes in README
1 parent f0438b4 commit d101a0f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,17 @@ You can simply start duf without any command-line arguments:
4343

4444
If you want to see all devices:
4545

46-
duf -all
46+
duf --all
4747

4848
You can hide individual tables:
4949

50-
duf -hide-local -hide-network -hide-fuse -hide-special -hide-loopback -hide-binds
50+
duf --hide-local --hide-network --hide-fuse --hide-special --hide-loopback --hide-binds
5151

5252
Sort the output:
5353

5454
# valid sort-keys are: mountpoint, size, used, avail, usage, type, filesystem
55-
duf -sort size
55+
duf --sort size
5656

5757
If you prefer your output as JSON:
5858

59-
duf -json
59+
duf --json

0 commit comments

Comments
 (0)