<string name="could_not_parse_id">Could not parse id</string>
<string name="notification_canceled">Notification canceled</string>
<string name="notification_shown">Notification shown</string>
- <string name="notify_help">Notify help</string>
+ <string name="notify_help">
+ Usage: notify id [title text]\n
+ With three arguments, shows a notification with title <title> and text <text> and id <id>. This replaces any previous notiifcation with the same id.\n
+ With one argument, removes the notification with id <id>\n
+ Example: notify 10 Hello \"Hello, world!\"
+ </string>
<string name="user_or_password_not_set">User or password not set</string>
</resources>
\ No newline at end of file