summaryrefslogtreecommitdiff
path: root/headers.lua
diff options
context:
space:
mode:
authorAki <please@ignore.pl>2024-08-26 13:08:20 +0200
committerAki <please@ignore.pl>2024-08-26 13:09:46 +0200
commit911c7d42043aabb36ba509fe6325c247b1f7415c (patch)
tree2d7af61723ccf596cd80f36f7b91dc838716e65a /headers.lua
parentf7d4ad2f7dd6bf64d13896d3409fde9b5437e374 (diff)
downloadheaders-911c7d42043aabb36ba509fe6325c247b1f7415c.zip
headers-911c7d42043aabb36ba509fe6325c247b1f7415c.tar.gz
headers-911c7d42043aabb36ba509fe6325c247b1f7415c.tar.bz2
Added manual pageHEADmaster
Diffstat (limited to 'headers.lua')
-rwxr-xr-xheaders.lua6
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)