diff options
Diffstat (limited to 'headers.lua')
-rwxr-xr-x | headers.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/headers.lua b/headers.lua index dc2c333..6254205 100755 --- a/headers.lua +++ b/headers.lua @@ -1,8 +1,8 @@ #!/usr/bin/env lua local args = require "pl.lapp" [[ -Prints list of headers from a standard or available standards - -d (optional string) Directory where definitions are placed - <selection...> (optional string) Standard to display the headers for +Prints list of headers from one or more standards + -d (optional string) Path to a custom standard definitions directory + <selection...> (optional string) Standards to display the headers for ]] local dir = require "pl.dir" local parser = require "headers.db".parse_all(args.d) |