package cleanup

This commit is contained in:
kepler155c@gmail.com
2018-12-10 10:33:10 -05:00
parent 37ffae42bd
commit bf3983a7e2
11 changed files with 21 additions and 35 deletions

View File

@@ -31,7 +31,7 @@ local options = {
chunks = { arg = 'c', type = 'number', value = -1,
desc = 'Number of chunks to mine' },
setTrash = { arg = 's', type = 'flag', value = false,
desc = 'Set trash items' },
desc = 'Add ignore items' },
help = { arg = 'h', type = 'flag', value = false,
desc = 'Displays the options' },
}