From f043ab2534c86ecb9bb905bbeeac542539a8b0c7 Mon Sep 17 00:00:00 2001 From: Rhys Smith Date: Sun, 14 Aug 2016 20:56:29 +0100 Subject: [PATCH] Fix usage message in new publication diff script. --- utilities/diff-between-publications.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utilities/diff-between-publications.sh b/utilities/diff-between-publications.sh index fb970764..c7ab22b8 100755 --- a/utilities/diff-between-publications.sh +++ b/utilities/diff-between-publications.sh @@ -12,7 +12,7 @@ # Fail if $1 and $2 aren't provided. if [[ -z $1 && -z $2 ]]; then - echo "usage: git-diff-between-publications.sh " + echo "usage: diff-between-publications.sh " exit 1 fi