Fix typo
This commit is contained in:
parent
835d7d854e
commit
8a823acf20
1 changed files with 1 additions and 1 deletions
|
@ -181,7 +181,7 @@ def main():
|
|||
regexp=dict(required=True),
|
||||
line=dict(aliases=['value']),
|
||||
insertafter=dict(default='EOF'),
|
||||
create=dict(default=false, choices=BOOLEANS),
|
||||
create=dict(default=False, choices=BOOLEANS),
|
||||
backup=dict(default=False, choices=BOOLEANS),
|
||||
),
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue