Skip to content

Commit

Permalink
Fix bin help printer
Browse files Browse the repository at this point in the history
  • Loading branch information
leebyron committed May 27, 2021
1 parent 4b63c7d commit 19ccf5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/spec-md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ if (!filepath) {
errorExit(
'Usage: spec-md initial-file.md\n\n' +
'Options:\n' +
' -m, --metadata filepath to json metadata' +
' -m, --metadata filepath to json metadata\n' +
' --githubSource URL basepath for Github source'
);
}
Expand Down

0 comments on commit 19ccf5f

Please sign in to comment.