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:
authorj-ed <juergen@eisfair.org>2019-01-07 20:47:17 +0300
committerGitHub <noreply@github.com>2019-01-07 20:47:17 +0300
commitc166275df3a2b26b520e78d8b7d7c1137ce96c22 (patch)
tree0806056205f6b95b312dd26e27eab3ff88b38e89 /lib/Command/Configure.php
parent1d63a38d5c333764c6ad68f79cc28ef40e32eb25 (diff)
Improved the gateway argument description.
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
+}