Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/semver
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ function command_validate {
}

case $# in
0) echo "Unknown command: $*"; usage_help;;
0) echo "$USAGE"; exit 0;;
esac

case $1 in
Expand Down
Loading