diff options
author | Aki <please@ignore.pl> | 2024-08-26 13:08:20 +0200 |
---|---|---|
committer | Aki <please@ignore.pl> | 2024-08-26 13:09:46 +0200 |
commit | 911c7d42043aabb36ba509fe6325c247b1f7415c (patch) | |
tree | 2d7af61723ccf596cd80f36f7b91dc838716e65a /headers.lua | |
parent | f7d4ad2f7dd6bf64d13896d3409fde9b5437e374 (diff) | |
download | headers-master.zip headers-master.tar.gz headers-master.tar.bz2 |
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) |