aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/language/en/cli.php
diff options
context:
space:
mode:
authorMatt Friedman <maf675@gmail.com>2016-03-08 10:46:34 -0800
committerMatt Friedman <maf675@gmail.com>2016-03-08 10:46:34 -0800
commit00bf1ef8b89b8dbae0a22bf3d8b3536d5226f32d (patch)
tree2e9b14b4f07f5caad8efc6a77cd4d1047aa77d4e /phpBB/language/en/cli.php
parent0f8790dd2e804ccbc7d6c1e444c1d31412d7aaa4 (diff)
downloadforums-00bf1ef8b89b8dbae0a22bf3d8b3536d5226f32d.tar
forums-00bf1ef8b89b8dbae0a22bf3d8b3536d5226f32d.tar.gz
forums-00bf1ef8b89b8dbae0a22bf3d8b3536d5226f32d.tar.bz2
forums-00bf1ef8b89b8dbae0a22bf3d8b3536d5226f32d.tar.xz
forums-00bf1ef8b89b8dbae0a22bf3d8b3536d5226f32d.zip
[ticket/12684] Update option help
PHPBB3-12684
Diffstat (limited to 'phpBB/language/en/cli.php')
-rw-r--r--phpBB/language/en/cli.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/language/en/cli.php b/phpBB/language/en/cli.php
index 481a417553..6cb516ebfd 100644
--- a/phpBB/language/en/cli.php
+++ b/phpBB/language/en/cli.php
@@ -86,7 +86,7 @@ $lang = array_merge($lang, array(
'CLI_DESCRIPTION_USER_ADD_OPTION_USERNAME' => 'Username of the new user',
'CLI_DESCRIPTION_USER_ADD_OPTION_PASSWORD' => 'Password of the new user',
'CLI_DESCRIPTION_USER_ADD_OPTION_EMAIL' => 'E-mail address of the new user',
- 'CLI_DESCRIPTION_USER_ADD_OPTION_NOTIFY' => 'Send account activation email to the new user',
+ 'CLI_DESCRIPTION_USER_ADD_OPTION_NOTIFY' => 'Send account activation email to the new user (not sent by default)',
'CLI_EXTENSION_DISABLE_FAILURE' => 'Could not disable extension %s',
'CLI_EXTENSION_DISABLE_SUCCESS' => 'Successfully disabled extension %s',