Update small wording
This commit is contained in:
parent
e36bd4f5c8
commit
b76c9033e8
|
@ -5,8 +5,8 @@
|
||||||
:alt: DeviceHub logo
|
:alt: DeviceHub logo
|
||||||
|
|
||||||
|
|
||||||
This is the documentation and API of the `eReuse.org DeviceHub
|
This is the documentation and API of the `eReuse.org Devicehub
|
||||||
<https://github.com/eReuse/DeviceHub>`_.
|
<https://github.com/ereuse/devicehub-teal>`_.
|
||||||
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
|
|
|
@ -30,7 +30,7 @@ class Dummy:
|
||||||
self.app.cli.command('dummy',
|
self.app.cli.command('dummy',
|
||||||
short_help='Creates dummy devices and users.')(self.run)
|
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?')
|
'Do you want to continue?')
|
||||||
def run(self):
|
def run(self):
|
||||||
print('Preparing the database...'.ljust(30), end='')
|
print('Preparing the database...'.ljust(30), end='')
|
||||||
|
|
Reference in New Issue