Skip to content

Commit

Permalink
Merge pull request greenbone#180 from wiegandm/pid_file_help
Browse files Browse the repository at this point in the history
Fix help text for '--pid-file'
  • Loading branch information
bjoernricks committed Nov 8, 2019
2 parents 8deff6d + 4451957 commit 3d6c77c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ospd/parser.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ def __init__(self, description):
parser.add_argument(
'--pid-file',
default=DEFAULT_PID_PATH,
help='Unix file socket to listen on.',
help='Location of the file for the process ID. Default: %(default)s',
)

parser.add_argument(
Expand Down

0 comments on commit 3d6c77c

Please sign in to comment.