File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -405,7 +405,7 @@ $ /Application/Syntax\ Highlight.app/Contents/Resources/syntax_highlight_cli -h
405405Usage: syntax_highlight_cli [-o <path>] <file> [..]
406406
407407Arguments:
408- -h Show this help and exit
408+ -h Show this help and exit.
409409 -t Test without save/output the result.
410410 -o <path> Save the output to <path>.
411411 If <path> is a directory a new file is created with the name of the source.
Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ func usage(exitCode: Int = -1) {
2525 print ( " \( name) " )
2626 print ( " Usage: \( name) [-o <path>] <file> [..] " )
2727 print ( " \n Arguments: " )
28- print ( " -h \t Show this help and exit " )
28+ print ( " -h \t Show this help and exit. " )
2929
3030 print ( " -t \t Test without save/output the result. " )
3131 print ( " -o <path> \t Save the output to <path>. " )
You can’t perform that action at this time.
0 commit comments