Skip to content

Commit

Permalink
Update shred.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Anoniji authored May 26, 2022
1 parent a973028 commit ba5f7bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions shred.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@ def sdell(path, passes, rand, buffer):
required=True
)
p.add_argument(
'-p',
'-n',
'--passes',
type=int,
default=1,
)
p.add_argument(
'-r',
'-z',
'--rand',
action='store_true',
)
Expand Down

0 comments on commit ba5f7bd

Please sign in to comment.