diff options
author | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-08 15:09:53 -0500 |
---|---|---|
committer | Luke Shumaker <lukeshu@sbcglobal.net> | 2016-02-08 15:09:53 -0500 |
commit | 7785a72495e3eb0ea826b41720c241f58a15b601 (patch) | |
tree | 92d96e9b1e0fbb17d23e53197f40e22e3e179a4f /src/lib/librexgettext.1.ronn | |
parent | 00a6021aae396c140e786382007064f10ca254a1 (diff) |
Documentation cleanup
Diffstat (limited to 'src/lib/librexgettext.1.ronn')
-rw-r--r-- | src/lib/librexgettext.1.ronn | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/src/lib/librexgettext.1.ronn b/src/lib/librexgettext.1.ronn new file mode 100644 index 0000000..de6abde --- /dev/null +++ b/src/lib/librexgettext.1.ronn @@ -0,0 +1,18 @@ +librexgettext(1) -- Extrct libremessages gettext strings from sources +===================================================================== + +## SYNOPSIS + +`librexgettext` [OPTIONS] FILES<br> +`librexgettext` [-h|--help] + +## DESCRIPTION + +`librexgettext` is a tool for extracting gettext strings from programs +using the fancy word-wrapping utilities of `libremessages`(1). + +See `librexgettext --help` for more information. + +## SEE ALSO + +libremessages(1) |