File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -82,11 +82,18 @@ When users run
8282today --help
8383```
8484
85- the program prints the embedded help message. The same help text, combined with
86- the version output (` today --version ` ) is piped to the
87- [ ` help2man ` ] ( https://www.gnu.org/software/help2man/ ) tool to automatically
88- generate the man page. This generation is integrated into the Make build system
89- and can be triggered with
85+ the program prints the embedded help message.
86+
87+ ![ ] ( ./img/help.png )
88+
89+ The same help text, combined with the version output (` today --version ` ) is
90+ piped to the[ ` help2man ` ] ( https://www.gnu.org/software/help2man/ ) tool to
91+ automatically generate the man page.
92+
93+ ![ ] ( ./img/man.png )
94+
95+ This generation is integrated into the Make build system and can be triggered
96+ with
9097
9198``` shell
9299make man
You can’t perform that action at this time.
0 commit comments