Update small wording
This commit is contained in:
parent
e36bd4f5c8
commit
b76c9033e8
|
@ -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::
|
||||
|
|
|
@ -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='')
|
||||
|
|
Reference in New Issue