33
44.SH NAME
55.PP
6- greet \ - Some app
6+ greet - Some app
77
88
99.SH SYNOPSIS
1414.RS
1515
1616.nf
17- [\-\ - another\ - flag|\ - b]
18- [\-\ - flag|\-\ - fl|\ - f]=[value]
19- [\-\ - socket|\ - s]=[value]
17+ [- -another-flag|-b]
18+ [- -flag|- -fl|-f]=[value]
19+ [- -socket|-s]=[value]
2020
2121.fi
2222.RE
@@ -33,21 +33,21 @@ Description of the application.
3333.RS
3434
3535.nf
36- app [first \_ arg ] [second \_ arg ]
36+ app [first_arg ] [second_arg ]
3737
3838.fi
3939.RE
4040
4141
4242.SH GLOBAL OPTIONS
4343.PP
44- \fB \-\ -another \ -flag, \ -b \fP : another usage text
44+ \fB - -another-flag, -b \fP : another usage text
4545
4646.PP
47- \fB \-\ -flag, \-\ -fl, \ -f \fP ="":
47+ \fB - -flag, - -fl, -f \fP ="":
4848
4949.PP
50- \fB \-\ -socket, \ -s \fP ="": some 'usage' text (default: value)
50+ \fB - -socket, -s \fP ="": some 'usage' text (default: value)
5151
5252
5353.SH COMMANDS
@@ -56,26 +56,26 @@ app [first\_arg] [second\_arg]
5656another usage test
5757
5858.PP
59- \fB \-\ -another \ -flag, \ -b \fP : another usage text
59+ \fB - -another-flag, -b \fP : another usage text
6060
6161.PP
62- \fB \-\ -flag, \-\ -fl, \ -f \fP ="":
62+ \fB - -flag, - -fl, -f \fP ="":
6363
64- .SS sub\ - config, s, ss
64+ .SS sub-config, s, ss
6565.PP
6666another usage test
6767
6868.PP
69- \fB \-\ -sub \ -command \ -flag, \ -s \fP : some usage text
69+ \fB - -sub-command-flag, -s \fP : some usage text
7070
7171.PP
72- \fB \-\ -sub \ -flag, \-\ -sub \ -fl, \ -s \fP ="":
72+ \fB - -sub-flag, - -sub-fl, -s \fP ="":
7373
7474.SH info, i, in
7575.PP
7676retrieve generic information
7777
78- .SH some\ - command
78+ .SH some-command
7979.SH usage, u
8080.PP
8181standard usage text
@@ -85,9 +85,9 @@ standard usage text
8585
8686.nf
8787Usage for the usage text
88- \ - formatted: Based on the specified ConfigMap and summon secrets.yml
89- \ - list: Inspect the environment for a specific process running on a Pod
90- \- for \_ effect : Compare 'namespace' environment with 'local'
88+ - formatted: Based on the specified ConfigMap and summon secrets.yml
89+ - list: Inspect the environment for a specific process running on a Pod
90+ - for_effect : Compare 'namespace' environment with 'local'
9191
9292```
9393func() { ... }
@@ -99,12 +99,12 @@ Should be a part of the same code block
9999.RE
100100
101101.PP
102- \fB \-\ -another \ -flag, \ -b \fP : another usage text
102+ \fB - -another-flag, -b \fP : another usage text
103103
104104.PP
105- \fB \-\ -flag, \-\ -fl, \ -f \fP ="":
105+ \fB - -flag, - -fl, -f \fP ="":
106106
107- .SS sub\ - usage, su
107+ .SS sub-usage, su
108108.PP
109109standard usage text
110110
@@ -117,4 +117,4 @@ Single line of UsageText
117117.RE
118118
119119.PP
120- \fB \-\ -sub \ -command \ -flag, \ -s \fP : some usage text
120+ \fB - -sub-command-flag, -s \fP : some usage text
0 commit comments