Skip to content

Commit

Permalink
updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
frostrubin committed Aug 1, 2012
1 parent b911d05 commit 8358889
Showing 1 changed file with 11 additions and 3 deletions.
14 changes: 11 additions & 3 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ This will obviously be a bit slower than using the tool without the wrapper.

#### Options

At a minimum, you have to specify either the `-message` option or the `-remove`
option.
At a minimum, you have to specify either the `-message` ,the `-remove`
option or the `-list` option.

-------------------------------------------------------------------------------

Expand Down Expand Up @@ -94,7 +94,15 @@ Examples are:
`-remove ID` **[required]**

Removes a notification that was previously sent with the specified ‘group’ ID,
if one exists.
if one exists. If used with the special group "ALL", all message are removed.

-------------------------------------------------------------------------------

`-list ID` **[required]**

Lists details about the specified ‘group’ ID.
If used with the special group "ALL", details about all currently active groups
are displayed.

-------------------------------------------------------------------------------

Expand Down

0 comments on commit 8358889

Please sign in to comment.