remove --entitytype from help output
This commit is contained in:
parent
45a2595aaf
commit
745049d685
2 changed files with 2 additions and 2 deletions
|
@ -102,7 +102,7 @@ def parseArguments():
|
|||
parser.add_argument('--entity', dest='entity', metavar='FILE',
|
||||
action=FileAction,
|
||||
help='absolute path to file for the heartbeat; can also be a '+
|
||||
'url, domain, or app when --entitytype is not file')
|
||||
'url, domain, or app when --entity-type is not file')
|
||||
parser.add_argument('--file', dest='file', action=FileAction,
|
||||
help=argparse.SUPPRESS)
|
||||
parser.add_argument('--key', dest='key',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue