updater: fix a typo

This commit is contained in:
Felix Yan 2016-12-08 14:07:07 +08:00
parent e227abd9da
commit dea34e6896
No known key found for this signature in database
GPG Key ID: 786C63F330D7CB92
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ if __name__ == "__main__":
'-d', '--delete',
metavar="DOMAIN",
nargs="+",
help='Remove one or more new domain(s) (implies -s)',
help='Remove one or more old domain(s) (implies -s)',
)
parser.add_argument(
'-s', '--sort',