Skip to content

Commit

Permalink
doco
Browse files Browse the repository at this point in the history
  • Loading branch information
qbit committed Mar 25, 2015
1 parent fb8edad commit 28369e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 28369e4

Please sign in to comment.