summaryrefslogtreecommitdiff
path: root/scripts/addToolVersion.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/addToolVersion.sh')
-rwxr-xr-xscripts/addToolVersion.sh8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/addToolVersion.sh b/scripts/addToolVersion.sh
index 1fa6c13..0f6bf03 100755
--- a/scripts/addToolVersion.sh
+++ b/scripts/addToolVersion.sh
@@ -17,16 +17,16 @@ Usage: ${myname} <tool> <[options] version [...]> ...
Valid options for all tools:
--stable, -s, +x (default)
- mark the version as being stable (as opposed to experimental)
+ mark the version as being stable (as opposed to experimental, below)
--experimental, -x, +s
- mark the version as being experimental (as opposed to stable)
+ mark the version as being experimental (as opposed to stable, above)
--current, -c, +o (default)
- mark the version as being cuurent (as opposed to obsolete)
+ mark the version as being cuurent (as opposed to obsolete, below)
--obsolete, -o, +c
- mark the version as being obsolete (as opposed to current)
+ mark the version as being obsolete (as opposed to current, above)
Note: setting a new tool resets to the defaults: 'stable' and 'current'.