update documentation

This commit is contained in:
wowaname 2017-01-06 09:33:07 +00:00
parent e104944e77
commit 113b797a45

View File

@ -29,7 +29,7 @@ if (weechat::register($SCRIPT_NAME, $SCRIPT_AUTHOR, $SCRIPT_VERSION,
'cmd_play', '');
my %OPTIONS = (
delay => ['Default delay between lines', 0],
delay => ['Default delay between lines, in milliseconds', 0],
dir => ['Art directory',
weechat::info_get('weechat_dir', '').'/ascii'],
find_limit => ['Maximum number of results returned by -find. '.