Fix text typo in the converdb command.
Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
@@ -46,7 +46,7 @@ class Command(management.BaseCommand):
|
||||
parser.add_argument(
|
||||
'--force', action='store_true', dest='force',
|
||||
help=_(
|
||||
'Force the conversion of the database even if the receving '
|
||||
'Force the conversion of the database even if the receiving '
|
||||
'database is not empty.'
|
||||
),
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user