diff options
Diffstat (limited to 'inc/cli.php')
-rw-r--r-- | inc/cli.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/cli.php b/inc/cli.php index 29d76ece1..14e2c0c8d 100644 --- a/inc/cli.php +++ b/inc/cli.php @@ -471,7 +471,7 @@ class DokuCLI_Options { * * @param string $option * @param bool|string $default what to return if the option was not set - * @return false|string + * @return bool|string */ public function getOpt($option, $default = false) { if(isset($this->options[$option])) return $this->options[$option]; |