Skip to content
This repository has been archived by the owner on Nov 29, 2021. It is now read-only.

Commit

Permalink
Update ospd/misc.py
Browse files Browse the repository at this point in the history
Co-Authored-By: Björn Ricks <[email protected]>
  • Loading branch information
jjnicola and bjoernricks authored Jun 3, 2019
1 parent 9392f00 commit 96d409a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospd/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -870,7 +870,7 @@ def filename(string):
parser.add_argument('--version', action='store_true',
help='Print version then exit.')
parser.add_argument('--niceness', default=NICENESS, type=int,
help='Start the scan with the given niceness. Default 10')
help='Start the scan with the given niceness. Default %(default)s')

return parser

Expand Down

0 comments on commit 96d409a

Please sign in to comment.