diff options
| author | Jokler <jokler.contact@gmail.com> | 2018-05-14 22:25:52 +0200 |
|---|---|---|
| committer | Jokler <jokler.contact@gmail.com> | 2018-05-14 22:25:52 +0200 |
| commit | 35e795e955c056ce215c73ec96e887eb62751900 (patch) | |
| tree | 0e51efb112d9b0addabfc3cda7ae577b9659cbf9 /src/plugins/remind/mod.rs | |
| parent | e9799560e033c3de59a99946ad3811dff47c8819 (diff) | |
| download | frippy-35e795e955c056ce215c73ec96e887eb62751900.tar.gz frippy-35e795e955c056ce215c73ec96e887eb62751900.zip | |
Remind: Fix help message
Diffstat (limited to 'src/plugins/remind/mod.rs')
| -rw-r--r-- | src/plugins/remind/mod.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/remind/mod.rs b/src/plugins/remind/mod.rs index 71f9d03..fada1fb 100644 --- a/src/plugins/remind/mod.rs +++ b/src/plugins/remind/mod.rs @@ -181,10 +181,10 @@ impl<T: 'static + Database> Remind<T> { fn help(&self) -> &str { "usage: remind <subcommand>\r\n\ - subcommands: user, list, delete, help\r\n\ + subcommands: user, me, list, delete, help\r\n\ examples\r\n\ remind user foo to sleep in 1 hour\r\n\ - remind user bar to leave early on 1.1 at 16:00 every week" + remind me to leave early on 1.1 at 16:00 every week" } } |
