From c166275df3a2b26b520e78d8b7d7c1137ce96c22 Mon Sep 17 00:00:00 2001 From: j-ed Date: Mon, 7 Jan 2019 18:47:17 +0100 Subject: Improved the gateway argument description. --- lib/Command/Configure.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/Command/Configure.php') 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 +} -- cgit v1.2.3