Skip to content

Commit b139516

Browse files
author
rootware
committed
minor chnage
1 parent ca6fa2e commit b139516

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pyredactkit/pyredactkit.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def main():
3838
"file",
3939
nargs="+",
4040
help="""
41-
Path of a file or a directory of files
41+
Path of a file or a directory of files.
4242
Usage: pyredactkit [file/filestoredact]"""
4343
)
4444
parser.add_argument(
@@ -58,14 +58,14 @@ def main():
5858
emails,
5959
ipv4,
6060
ipv6,
61-
base64
61+
base64.
6262
Usage: pyredactkit [file/filestoredact] -t ip"""
6363
)
6464
parser.add_argument(
6565
"-d",
6666
"--dirout",
6767
help="""
68-
Output directory of the file
68+
Output directory of the file.
6969
Usage: pyredactkit [file/filestoredact] -d [redacted_dir]
7070
"""
7171
)

0 commit comments

Comments
 (0)