cembed

convert files to C char arrays
git clone git://git.rr3.xyz/cembed
Log | Files | Refs | README | LICENSE

commit 478f0eb10f3281a947607038269083141f07090f
parent f047ec8a2630c1e8fe70e6ad0903927c25e53123
Author: Robert Russell <robert@rr3.xyz>
Date:   Mon, 11 Nov 2024 20:08:41 -0800

Add help flags to man page and README

Diffstat:
MREADME | 2+-
Mcembed.1 | 2+-
2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README b/README @@ -4,7 +4,7 @@ NAME cembed - convert files to C char arrays SYNOPSIS - cembed name path + cembed [-h|--help] name path DESCRIPTION cembed encodes the contents of path as a C char array declaration named diff --git a/cembed.1 b/cembed.1 @@ -2,7 +2,7 @@ .SH NAME cembed \- convert files to C char arrays .SH SYNOPSIS -\fBcembed\fR \fIname\fR \fIpath\fR +\fBcembed\fR [\-h|\-\-help] \fIname\fR \fIpath\fR .SH DESCRIPTION \fBcembed\fR encodes the contents of \fIpath\fR as a C char array declaration named \fIname\fR and prints the result to stdout.