aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSasha Levin <sasha.levin@oracle.com>2015-11-08 19:20:48 -0500
committerSasha Levin <sasha.levin@oracle.com>2015-11-08 19:20:48 -0500
commit67fb52f400c71345056349a6a957b938ce74b8f1 (patch)
treeddd534831eaf63a5a00980dde227294a9a861491
parent3578f55a2033edbeea6a6fa726323e3797d872ab (diff)
downloadstable-tools-67fb52f400c71345056349a6a957b938ce74b8f1.tar.gz
stable-show-missing-stable: usage message mistake
Signed-off-by: Sasha Levin <sasha.levin@oracle.com>
-rwxr-xr-xstable-show-missing-stable2
1 files changed, 1 insertions, 1 deletions
diff --git a/stable-show-missing-stable b/stable-show-missing-stable
index 306f627..f0d37e3 100755
--- a/stable-show-missing-stable
+++ b/stable-show-missing-stable
@@ -7,7 +7,7 @@
. show-missing-iter
if [ "$#" -ne 1 ]; then
- echo "Usage: stable show-missing <commit range>"
+ echo "Usage: stable show-missing-stable <commit range>"
exit 1
fi