From d2621e2b83d4d4b05f4d6b8c2eb2cf9766089798 Mon Sep 17 00:00:00 2001 From: Igor Khomyakov Date: Tue, 13 Mar 2012 02:22:56 -0400 Subject: [PATCH] cosmetc --- miconf/README | 31 ------------------------------- 1 file changed, 31 deletions(-) diff --git a/miconf/README b/miconf/README index 2906fd1..f3d94d7 100644 --- a/miconf/README +++ b/miconf/README @@ -36,34 +36,3 @@ text5,16,text6,boo,text7 text5,25,text6,boo,text7 text8 -$ miconf -h -miconf: configuration utility - -usage: - miconf [options] template_file output_file - miconf [options] -r directory - -options: - -c file -- config file, for example: -c config.lua - -e block -- config block, for example: -e 'host="foo"; ip="127.0.0.1"' - -p pattern -- template file name pattern (default: '[.]template$') - -t -- preserve temp files - -m -- disable chmod - -v -- verbose - -root config: - -function miconf_dname_hook(level,path,file) - return path..(file and ("/"..file) or "") -end -function miconf_fname_hook(level,pattern,path,file,type) - ofile,cnt = file:gsub(pattern,"") - if ofile and cnt==1 and ofile:len()>0 then - return path..(file and ("/"..file) or ""), path.."/"..ofile - else - return nil,nil - end -end - ----- - -- 2.11.4.GIT