Skip to content

Commit

Permalink
Merge branch 'ab/i18n-envsubst-doc-fix'
Browse files Browse the repository at this point in the history
* ab/i18n-envsubst-doc-fix:
  git-sh-i18n--envsubst: add SYNOPSIS section to the documentation
  • Loading branch information
Junio C Hamano committed May 31, 2011
2 parents b9575e7 + f5008f5 commit 15af707
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Documentation/git-sh-i18n--envsubst.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,16 @@ NAME
----
git-sh-i18n--envsubst - Git's own envsubst(1) for i18n fallbacks

SYNOPSIS
--------
[verse]
eval_gettext () {
printf "%s" "$1" | (
export PATH $('git sh-i18n--envsubst' --variables "$1");
'git sh-i18n--envsubst' "$1"
)
}

DESCRIPTION
-----------

Expand Down

0 comments on commit 15af707

Please sign in to comment.