diff options
author | TingPing <tingping@tingping.se> | 2012-11-26 06:49:28 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-11-26 06:49:28 -0500 |
commit | 45607703c258b4abec7b54b6aca7a85c229b9077 (patch) | |
tree | 03970e877615e9e3adcc9e29214aa71c8f7bef95 /plugins/checksum | |
parent | 7424c0c68bf4f4152544a051453ef950b19c5c96 (diff) |
update checksum help info
Diffstat (limited to 'plugins/checksum')
-rw-r--r-- | plugins/checksum/checksum.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/checksum/checksum.c b/plugins/checksum/checksum.c index cedabc21..492367f6 100644 --- a/plugins/checksum/checksum.c +++ b/plugins/checksum/checksum.c @@ -250,7 +250,7 @@ checksum (char *word[], char *word_eol[], void *userdata) } else { - hexchat_printf (ph, "Usage: /CHECKSUM GET|INC|DEC\n"); + hexchat_printf (ph, "Usage: /CHECKSUM GET|SET\n"); hexchat_printf (ph, " GET - print the maximum file size (in MiB) to be hashed\n"); hexchat_printf (ph, " SET <filesize> - set the maximum file size (in MiB) to be hashed\n"); } |