diff options
Diffstat (limited to 'scripts/showSamples.sh')
-rwxr-xr-x | scripts/showSamples.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/showSamples.sh b/scripts/showSamples.sh index a6c69632..43150c49 100755 --- a/scripts/showSamples.sh +++ b/scripts/showSamples.sh @@ -139,5 +139,5 @@ elif [ -z "${opt}" ]; then echo ' l (local) : sample was found in current directory' echo ' g (global) : sample was installed with crosstool-NG' echo ' X (EXPERIMENTAL): sample may use EXPERIMENTAL features' - echo ' B (BORKEN) : sample is currently broken' + echo ' B (BROKEN) : sample is currently broken' fi |