diff options
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/set_git_version.sh (renamed from tools/git-version.sh) | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/git-version.sh b/tools/set_git_version.sh index a983a5dac..fb2293be0 100755 --- a/tools/git-version.sh +++ b/tools/set_git_version.sh @@ -22,7 +22,7 @@ # Updates git version in config-git.h if the output of "git describe" has changed. # # Syntax: -# git-version.sh <rootdir> <version> <headerfile> +# set_git_version.sh <rootdir> <version> <headerfile> # # rootdir : root directory with WeeChat files (to search .git/ directory) # version : WeeChat version, for example 0.3.9 or 0.4.0-dev |