Skip to content

Commit

Permalink
Updating CLI comment to reflect functionality, fixes #3050
Browse files Browse the repository at this point in the history
  • Loading branch information
BRMatt committed Jul 13, 2010
1 parent 410806a commit 757fa50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/kohana/cli.php
Expand Up @@ -14,7 +14,7 @@ class Kohana_CLI {
* Returns one or more command-line options. Options are specified using
* standard CLI syntax:
*
* php index.php --username "john.smith" --password "secret"
* php index.php --username=john.smith --password=secret --var="some value with spaces"
*
* // Get the values of "username" and "password"
* $auth = CLI::options('username', 'password');
Expand Down

0 comments on commit 757fa50

Please sign in to comment.