summaryrefslogtreecommitdiff
path: root/logerrit
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-09-06 10:55:16 +0200
committerJulien Nabet <serval2412@yahoo.fr>2019-09-06 14:12:27 +0200
commit77902a3cb2ab3af542e62253cc9f4dc12e099293 (patch)
treef2270b9d8da54ae53b9c99da6d82ecd7c755f837 /logerrit
parent9b021e87e04f4ab294d8cefb5d54bfe29e1e85dd (diff)
Fixing '....'
Change-Id: Icf2a34500acc18b28f113c85366bf24edc6d20b9 Reviewed-on: https://gerrit.libreoffice.org/78695 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'logerrit')
-rwxr-xr-xlogerrit2
1 files changed, 1 insertions, 1 deletions
diff --git a/logerrit b/logerrit
index d58debfad32a..54c0d6f97b4a 100755
--- a/logerrit
+++ b/logerrit
@@ -55,7 +55,7 @@ case "$1" in
echo " pull CHANGEID pull (and merge) the changes on current branch"
echo " cherry-pick CHANGEID cherry-pick the change on current branch"
echo " patch CHANGEID show the change as a patch"
- echo " query .... query for changes for review on project core"
+ echo " query ... query for changes for review on project core"
echo " <any other gerrit command>"
echo
echo "advanced users should consider using git review instead:"