commit: e4535516658a770c221626bfbb7f99e08ffb6283
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Wed Jul 13 06:09:03 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Wed Jul 13 06:09:03 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e4535516
Documentation: Update example for bump-from-set script
Example pointed to old stable branch scheme.
Documentation/maintainers/bump-from-set.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/maintainers/bump-from-set.sh
b/Documentation/maintainers/bump-from-set.sh
index 6316227..ff32141 100755
--- a/Documentation/maintainers/bump-from-set.sh
+++ b/Documentation/maintainers/bump-from-set.sh
@@ -31,7 +31,7 @@ help() {
echo Reads KEYWORDS for the new ebuild from your environment,
defaulting to ~amd64.
echo
echo Usage: bump-from-set.sh SETNAME SOURCEVERSION DESTINATIONVERSION
- echo Example: bump-from-set.sh kde-plasma-5.0 5.0.9999 5.0.1
+ echo Example: bump-from-set.sh kde-plasma-5.7 5.7.49.9999 5.7.1
exit 0
}