Arguments typo fix; FILE->LOGFILE
This commit is contained in:
parent
3a650267e1
commit
452b57c45b
1 changed files with 1 additions and 1 deletions
2
uplink
2
uplink
|
|
@ -73,7 +73,7 @@ def parse_args():
|
|||
|
||||
parser.add_argument("-p", "--password", type=str, help="database password")
|
||||
"""
|
||||
parser.add_argument("-l", "--logfile", metavar="FILE", help="logfile to use")
|
||||
parser.add_argument("-l", "--logfile", metavar="LOGFILE", help="logfile to use")
|
||||
|
||||
parser.add_argument("-n", "--logcount", default=5, type=int,
|
||||
help="maximum number of logfiles in rotation (default: 5)")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue