diff --git a/bin/find_files b/bin/find_files index fd047ea..216b6fc 100755 --- a/bin/find_files +++ b/bin/find_files @@ -2,7 +2,7 @@ local arrr = require 'arrr' local params = arrr { - { "Sets the root to search in", "--root", "-r", 'root' }; + { "Sets the root to search in", "--root", "-r", true }; }{...} local buf = {}