Change command 'import-special-phrases --from-wiki' to 'special-phrases --import-from-wiki'.

This commit is contained in:
AntoJvlt
2021-03-26 01:57:51 +01:00
parent cde9389e75
commit 57ce75eb67
7 changed files with 9 additions and 9 deletions

View File

@@ -254,7 +254,7 @@ def nominatim(**kwargs):
parser.add_subcommand('freeze', clicmd.SetupFreeze)
parser.add_subcommand('replication', clicmd.UpdateReplication)
parser.add_subcommand('import-special-phrases', clicmd.ImportSpecialPhrases)
parser.add_subcommand('special-phrases', clicmd.ImportSpecialPhrases)
parser.add_subcommand('add-data', UpdateAddData)
parser.add_subcommand('index', clicmd.UpdateIndex)