Skip to content

Commit 46db042

Browse files
authored
Merge pull request #186 from dnicolson/add-consistent-period-to-help
Add period to help argument description
2 parents 123f911 + dee02c0 commit 46db042

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -405,7 +405,7 @@ $ /Application/Syntax\ Highlight.app/Contents/Resources/syntax_highlight_cli -h
405405
Usage: syntax_highlight_cli [-o <path>] <file> [..]
406406
407407
Arguments:
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.

syntax_highlight_cli/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ func usage(exitCode: Int = -1) {
2525
print("\(name)")
2626
print("Usage: \(name) [-o <path>] <file> [..]")
2727
print("\nArguments:")
28-
print(" -h \tShow this help and exit")
28+
print(" -h \tShow this help and exit.")
2929

3030
print(" -t \tTest without save/output the result.")
3131
print(" -o <path> \tSave the output to <path>.")

0 commit comments

Comments
 (0)