Showing 1 changed files with 1 additions and 1 deletions
+1 -1
readconf
... ...
@@ -168,7 +168,7 @@ BEGIN {
168 168
                  exit
169 169
 #help:END
170 170
             default:
171
-                help(ARGV[arg])
171
+                cli_error(ARGV[arg])
172 172
         }
173 173
 
174 174
     if (filename == "" || (getline < filename) < 0 ) exit 1