Update small wording

This commit is contained in:
Xavier Bustamante Talavera 2018-09-06 19:43:27 +02:00
parent e36bd4f5c8
commit b76c9033e8
2 changed files with 3 additions and 3 deletions

View File

@ -5,8 +5,8 @@
:alt: DeviceHub logo
This is the documentation and API of the `eReuse.org DeviceHub
<https://github.com/eReuse/DeviceHub>`_.
This is the documentation and API of the `eReuse.org Devicehub
<https://github.com/ereuse/devicehub-teal>`_.
.. toctree::

View File

@ -30,7 +30,7 @@ class Dummy:
self.app.cli.command('dummy',
short_help='Creates dummy devices and users.')(self.run)
@click.confirmation_option(prompt='This command deletes the DB in the process. '
@click.confirmation_option(prompt='This command (re)creates the DB from scratch.'
'Do you want to continue?')
def run(self):
print('Preparing the database...'.ljust(30), end='')