diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-06 10:55:16 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-06 14:12:27 +0200 |
commit | 77902a3cb2ab3af542e62253cc9f4dc12e099293 (patch) | |
tree | f2270b9d8da54ae53b9c99da6d82ecd7c755f837 /logerrit | |
parent | 9b021e87e04f4ab294d8cefb5d54bfe29e1e85dd (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-x | logerrit | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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:" |