From 41582af53b161674f39494def5aacae321efa3f7 Mon Sep 17 00:00:00 2001 From: Yuan Hsiang Cheng Date: Fri, 2 May 2014 21:37:43 +0800 Subject: [PATCH] add TODO --- README.md | 2 +- bin/ic | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5318497..759a5e4 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Usage -p, --password irccloud password -P, --path config.json file path -f, --filter filter by string // TODO - -c, --channel only show #channel message (need # first) + -c, --channel only show #channel message (need # first) // TODO -v, --verbose debug mode -l, --log create logs directory to save msg diff --git a/bin/ic b/bin/ic index 1d3a511..7587bec 100755 --- a/bin/ic +++ b/bin/ic @@ -12,7 +12,7 @@ program .option '-p, --password ', 'irccloud password' .option '-P, --path ', 'config.json file path' .option '-f, --filter ', 'filter by string // TODO' - .option '-c, --channel ', 'only show #channel message (need # first)' + .option '-c, --channel ', 'only show #channel message (need # first) //TODO' .option '-v, --verbose', 'debug mode' .option '-l, --log ', 'create logs directory to save logs' .parse process.argv