From 28369e40991e6ad84e50ba8bb47e35a14822ec8c Mon Sep 17 00:00:00 2001 From: Aaron Bieber Date: Wed, 25 Mar 2015 14:21:27 -0600 Subject: [PATCH] doco --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 3639217..4a508b6 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ VERSION=`awk -F= '/^version/ {print $2}' snap | cut -d= -f2` help: @awk 'BEGIN{print "Usage\n====="} /^ -/ {print "*"$$0}' ./snap @echo - @awk 'BEGIN{print ".snaprc options and defaults\n======="} /\(get_conf_var/ {gsub("\x27|\\)", "", $$0); print "**"$$2"**: " "*"$$5"*"}' ./snap + @awk 'BEGIN{print ".snaprc options and defaults\n======="} /\(get_conf_var/ {gsub("\x27|\\)", "", $$0); print "* **"$$2"**: " "*"$$5"*"}' ./snap release: @git tag $(VERSION)