Bug Report #3050
Comment need update in options method of Kohana_CLI
| Status: | Closed | Start date: | 07/07/2010 | |
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | % Done: | 100% |
||
| Category: | Core | |||
| Target version: | v3.0.8 | |||
| Resolution: | fixed | Points: |
Description
File: system/kohana/cli.php
Line: 17
php index.php --username "john.smith" --password "secret"
Correct it:
php index.php --username="john.smith" --password="secret" # or php index.php --username=john.smith --password=secret
Associated revisions
Updating CLI comment to reflect functionality, fixes #3050
Updating CLI comment to reflect functionality, fixes #3050
History
Updated by Matt Button almost 3 years ago
- Status changed from New to Closed
- Assignee changed from Woody Gilk to Matt Button
- Target version set to v3.0.8
- % Done changed from 0 to 100
- Resolution set to fixed