Skip to content

Commit

Permalink
just a version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ainthek committed Oct 12, 2024
1 parent 6c6392d commit 6eb4ad5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions bin/schema2doc
Original file line number Diff line number Diff line change
Expand Up @@ -77,8 +77,9 @@ function write(/*string*/ str, /*string?*/file) {
}

function printHelp() {
var helpText = "Usage:\n" + //
"schema2doc [-a|-h|-r|-l|-c|-o <FILE>]\n" + //
var helpText = "Version: 241012\n" + //
"Usage:\n" + //
"\tschema2doc [-a|-h|-r|-l|-c|-o <FILE>]\n" + //
"options:\n" + //
"\t-a print constraints, only intervals are now supported\n" + //
"\t-h print this help (alias --help)\n" + //
Expand Down

0 comments on commit 6eb4ad5

Please sign in to comment.