update checksum help info

This commit is contained in:
TingPing 2012-11-26 06:49:28 -05:00
parent 7424c0c68b
commit 45607703c2
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}