Browse Source

Fix docsring

Alois Mahdal 7 years ago
parent
commit
322af3e8ab
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/include/ini.sh

+ 1
- 1
src/include/ini.sh View File

124
 
124
 
125
 update_version() {
125
 update_version() {
126
     #
126
     #
127
-    # Change project.version in mkit.ini at path $2 to version $1
127
+    # Change project:version in mkit.ini at path $2 to value $1
128
     #
128
     #
129
     local version=$1    # new version
129
     local version=$1    # new version
130
     local inifile=$2    # mkit.ini path
130
     local inifile=$2    # mkit.ini path