Skip to content

Commit 3c84e36

Browse files
author
Yasuhiro Asaka
committed
Updated help output
1 parent c9ac17a commit 3c84e36

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: README.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Usage: docx2html file [options]
2222
-f, --format Format of style and chapter {(fi|fachinfo)|(pi|patinfo)|(pl|plain)|none}, default fachinfo.
2323
-h, --help Display this help message.
24-
-l, --lang Language option for templates {(de|fr)}
24+
-l, --lang Language option for templates {de|fr}
2525
-v, --version Show version.
2626

2727
== Using the great libraries

Diff for: lib/ydocx/command.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ def help
2626
Usage: #{self.command} file [options]
2727
-f, --format Format of style and chapter {(fi|fachinfo)|(pi|patinfo)|(pl|plain)|none}, default fachinfo.
2828
-h, --help Display this help message.
29-
-l, --lang Language option for templates {(de|fr)}
29+
-l, --lang Language option for templates {de|fr}
3030
-v, --version Show version.
3131
BANNER
3232
puts banner

0 commit comments

Comments
 (0)