We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 710d32f commit f2ebffaCopy full SHA for f2ebffa
tools/bump-version.php
@@ -70,7 +70,7 @@
70
* Prints command-line help
71
*/
72
function print_help() {
73
- echo basename( $argv[0] ) . "[-v version] [-t] [-h]\n\n", <<<EOF
+ echo basename( __FILE__ ) . " [-v version] [-t] [-h]\n\n", <<<EOF
74
Helper script to increase Source Integration versions
75
76
-v [version] Set version if specified, and create bump commit
0 commit comments