From 911c7d42043aabb36ba509fe6325c247b1f7415c Mon Sep 17 00:00:00 2001 From: Aki Date: Mon, 26 Aug 2024 13:08:20 +0200 Subject: Added manual page --- headers.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'headers.lua') 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 - (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 + (optional string) Standards to display the headers for ]] local dir = require "pl.dir" local parser = require "headers.db".parse_all(args.d) -- cgit v1.1