Skip to content

Commit

Permalink
add TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
yhsiang committed May 2, 2014
1 parent d72ed89 commit 41582af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Usage
-p, --password <password> irccloud password
-P, --path <config file path> config.json file path
-f, --filter <string> filter by string // TODO
-c, --channel <channel> only show #channel message (need # first)
-c, --channel <channel> only show #channel message (need # first) // TODO
-v, --verbose debug mode
-l, --log <log directory path> create logs directory to save msg

Expand Down
2 changes: 1 addition & 1 deletion bin/ic
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ program
.option '-p, --password <password>', 'irccloud password'
.option '-P, --path <config file path>', 'config.json file path'
.option '-f, --filter <string>', 'filter by string // TODO'
.option '-c, --channel <channel>', 'only show #channel message (need # first)'
.option '-c, --channel <channel>', 'only show #channel message (need # first) //TODO'
.option '-v, --verbose', 'debug mode'
.option '-l, --log <log directory path>', 'create logs directory to save logs'
.parse process.argv
Expand Down

0 comments on commit 41582af

Please sign in to comment.