Skip to content

Commit

Permalink
rename --dryrun to --dry-run (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
juhp committed Jan 4, 2021
1 parent 911cde2 commit a2c2cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ main = do
]
]
where
dryrun = switchWith 'n' "dryrun" "Show what would be done, without removing"
dryrun = switchWith 'n' "dry-run" "Show what would be done, without removing"

notHumanOpt = switchWith 'H' "not-human-size" "Do not use du --human-readable"

Expand Down

0 comments on commit a2c2cf6

Please sign in to comment.