From b76c9033e863f1bdd5b77b9079be407f8d24a252 Mon Sep 17 00:00:00 2001 From: Xavier Bustamante Talavera Date: Thu, 6 Sep 2018 19:43:27 +0200 Subject: [PATCH] Update small wording --- docs/index.rst | 4 ++-- ereuse_devicehub/dummy/dummy.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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='')