Fix inline docs for version.sh lib

This commit is contained in:
Ethan P 2019-09-26 15:37:11 -07:00
parent e02d0666f3
commit 0309ceb054
No known key found for this signature in database
GPG Key ID: 6963FD04F6CF35EA

View File

@ -14,9 +14,9 @@ bat_version() {
# Compares two version strings. # Compares two version strings.
# Arguments: # Arguments:
# 0 -- The version to compare. # 1 -- The version to compare.
# 1 -- The comparison operator (same as []). # 2 -- The comparison operator (same as []).
# 2 -- The version to compare with. # 3 -- The version to compare with.
version_compare() { version_compare() {
local version="$1" local version="$1"
local compare="$3" local compare="$3"