Skip to content

Commit 7ff7b47

Browse files
committed
Update single-source-of-truth.md: Add images
1 parent 0919d2d commit 7ff7b47

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

docs/single-source-of-truth.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,18 @@ When users run
8282
today --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
9299
make man

0 commit comments

Comments
 (0)