a11n / RedmineCLI

[DEPRECATED] A Redmine client in NodeJS.
MIT License
21 stars 20 forks source link

Wrong help text for create-issue help #10

Closed a11n closed 9 years ago

a11n commented 9 years ago

The help text of --assignee is wrong.

redmine create-issue --help

  Usage: create-issue [options] <project> <subject>

  Create a new issue.

  Options:

    -h, --help                       output usage information
    -P, --priority <priority>        Create with priority.
    -a, --assignee <userId>          Update the assignee.
    -s, --status <status>            Create with status.
    -t, --tracker <tracker>          Create with tracker.
    -d, --description <description>  Create with description.