Display '-v' option explicitly in help string

master
AntumDeluge 2017-08-02 10:50:25 -07:00
parent 0ac44025fa
commit 5eed4cb308
1 changed files with 1 additions and 1 deletions

View File

@ -239,7 +239,7 @@ end
-- listitems command
registerChatCommand('listitems', {
params = '[' .. S('options') .. '] [' .. S('string1') .. '] [' .. S('string2') .. '] ...',
params = '[-v] [' .. S('string1') .. '] [' .. S('string2') .. '] ...',
description = S('List registered items'),
func = function(player, param)
-- Split parameters into case-insensitive list & remove duplicates