diff --git a/docs/index.rst b/docs/index.rst index 71763de2..04f6c3ad 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,8 +5,8 @@ :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 +`_. .. toctree:: diff --git a/ereuse_devicehub/dummy/dummy.py b/ereuse_devicehub/dummy/dummy.py index 4c0d7ba6..daffb5dd 100644 --- a/ereuse_devicehub/dummy/dummy.py +++ b/ereuse_devicehub/dummy/dummy.py @@ -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='')