summary refs log tree commit diff stats
path: root/plugins/checksum
diff options
context:
space:
mode:
authorTingPing <tingping@tingping.se>2012-11-26 06:49:28 -0500
committerTingPing <tingping@tingping.se>2012-11-26 06:49:28 -0500
commit45607703c258b4abec7b54b6aca7a85c229b9077 (patch)
tree03970e877615e9e3adcc9e29214aa71c8f7bef95 /plugins/checksum
parent7424c0c68bf4f4152544a051453ef950b19c5c96 (diff)
update checksum help info
Diffstat (limited to 'plugins/checksum')
-rw-r--r--plugins/checksum/checksum.c2
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");
 	}