From 403e9bca44bad564c68d43ff265c10131099baa0 Mon Sep 17 00:00:00 2001 From: William Cheng Date: Sat, 3 Apr 2021 14:46:22 +0800 Subject: [PATCH] replace semver versin with just version --- docs/usage.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.md b/docs/usage.md index bfc2c4fa2a4..bad47c90ade 100644 --- a/docs/usage.md +++ b/docs/usage.md @@ -31,7 +31,7 @@ command. ## version -The version command provides version information, returning either the [semver version](https://semver.org/) by default, the git commit sha when passed `--sha`, or verbose output when passed `--full`. +The version command provides version information, returning either the version by default, the git commit sha when passed `--sha`, or verbose output when passed `--full`. ```text NAME