diff options
author | TingPing <tingping@tingping.se> | 2012-12-17 20:24:09 -0500 |
---|---|---|
committer | TingPing <tingping@tingping.se> | 2012-12-17 20:24:09 -0500 |
commit | b274ecca4fa3ff497dda64c35a0469eeb47aae89 (patch) | |
tree | 317c98fc8b674f22824a2c2e0104f7b6e315d816 /plugins | |
parent | 616b88eea1a132f0c962cfc26e4dbbf5ff561ab8 (diff) |
fix update checkers help message
Diffstat (limited to 'plugins')
-rw-r--r-- | plugins/upd/upd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/upd/upd.c b/plugins/upd/upd.c index c299c4e6..74f53604 100644 --- a/plugins/upd/upd.c +++ b/plugins/upd/upd.c @@ -34,7 +34,7 @@ static hexchat_plugin *ph; /* plugin handle */ static char name[] = "Update Checker"; static char desc[] = "Check for HexChat updates automatically"; static char version[] = "4.0"; -static const char upd_help[] = "Update Checker Usage:\n /UPDCHK, check for HexChat updates\n /UPDCHK SET delay|format, set startup delay or check frequency\n"; +static const char upd_help[] = "Update Checker Usage:\n /UPDCHK, check for HexChat updates\n /UPDCHK SET delay|freq, set startup delay or check frequency\n"; static char* check_version () |