Browse Source

Add short version of --version-semver argument

Alois Mahdal 6 years ago
parent
commit
7400094c3e
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/bin/sfpath.skel

+ 1
- 1
src/bin/sfpath.skel View File

@@ -4,7 +4,7 @@ case $1 in
4 4
     --version)
5 5
         echo "__MKIT_PROJ_NAME__ (__MKIT_PROJ_TAGLINE__) __MKIT_PROJ_VERSION__ - __MKIT_PROJ_CODENAME__"
6 6
         ;;
7
-    --version-semver)
7
+    -V|--version-semver)
8 8
         echo "__MKIT_PROJ_VERSION__"
9 9
         ;;
10 10
     "")