Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/twofactor_gateway.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Command/Configure.php')
-rw-r--r--lib/Command/Configure.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Command/Configure.php b/lib/Command/Configure.php
index a8790c6..9b430c1 100644
--- a/lib/Command/Configure.php
+++ b/lib/Command/Configure.php
@@ -61,7 +61,7 @@ class Configure extends Command {
$this->addArgument(
'gateway',
InputArgument::REQUIRED,
- 'The identifier (e.g. phone number) of the recipient'
+ 'The name of the gateway, e.g. sms, signal, telegram, etc.'
);
}
@@ -191,4 +191,4 @@ class Configure extends Command {
$config->setBotToken($token);
}
-} \ No newline at end of file
+}