diff --git a/src/Main.hs b/src/Main.hs index 129f1c3..2b6594f 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -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"