Skip to content

Commit

Permalink
Grammar.
Browse files Browse the repository at this point in the history
  • Loading branch information
postmodern committed Dec 4, 2023
1 parent 337544f commit e8a2601
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ A [Kramdown][kramdown] convert for converting Markdown files into man pages.

```
usage: kramdown-man [options] MARKDOWN_FILE
-o, --output FILE Write man page output to the file
-o, --output FILE Write the man page output to the file
-V, --version Print the version
-h, --help Print the help output
Expand Down
2 changes: 1 addition & 1 deletion lib/kramdown/man/cli.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ def option_parser
OptionParser.new do |opts|
opts.banner = "usage: #{PROGRAM_NAME} [options] MARKDOWN_FILE"

opts.on('-o','--output FILE','Write man page output to the file') do |file|
opts.on('-o','--output FILE','Write the man page output to the file') do |file|
@output = file
end

Expand Down

0 comments on commit e8a2601

Please sign in to comment.