Skip to content

Commit

Permalink
Change from code review
Browse files Browse the repository at this point in the history
  • Loading branch information
dearchap committed Apr 26, 2023
1 parent d31582c commit 5b9c03e
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion testdata/expected-doc-full.man
Expand Up @@ -47,7 +47,7 @@ app [first_arg] [second_arg]
\fB--flag, --fl, -f\fP="":

.PP
\fB--socket, -s\fP="": some 'usage' text (default: svalue)
\fB--socket, -s\fP="": some 'usage' text (default: /some/path)


.SH COMMANDS
Expand Down
2 changes: 1 addition & 1 deletion testdata/expected-doc-full.md
Expand Up @@ -28,7 +28,7 @@ app [first_arg] [second_arg]

**--flag, --fl, -f**="":

**--socket, -s**="": some 'usage' text (default: svalue)
**--socket, -s**="": some 'usage' text (default: /some/path)


# COMMANDS
Expand Down
2 changes: 1 addition & 1 deletion testdata/expected-doc-no-authors.md
Expand Up @@ -28,7 +28,7 @@ app [first_arg] [second_arg]

**--flag, --fl, -f**="":

**--socket, -s**="": some 'usage' text (default: svalue)
**--socket, -s**="": some 'usage' text (default: /some/path)


# COMMANDS
Expand Down
2 changes: 1 addition & 1 deletion testdata/expected-doc-no-commands.md
Expand Up @@ -28,5 +28,5 @@ app [first_arg] [second_arg]

**--flag, --fl, -f**="":

**--socket, -s**="": some 'usage' text (default: svalue)
**--socket, -s**="": some 'usage' text (default: /some/path)

2 changes: 1 addition & 1 deletion testdata/expected-doc-no-usagetext.md
Expand Up @@ -28,7 +28,7 @@ greet [GLOBAL OPTIONS] command [COMMAND OPTIONS] [ARGUMENTS...]

**--flag, --fl, -f**="":

**--socket, -s**="": some 'usage' text (default: svalue)
**--socket, -s**="": some 'usage' text (default: /some/path)


# COMMANDS
Expand Down

0 comments on commit 5b9c03e

Please sign in to comment.