mirror of
https://src.fedoraproject.org/rpms/grub2.git
synced 2024-11-24 06:22:43 +00:00
do-rebase: Fix quoting in usage
Signed-off-by: Peter Jones <pjones@redhat.com>
This commit is contained in:
parent
e08eb33a57
commit
b5667e66a1
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ usage()
|
|||
exec 1>&2
|
||||
retcode=$1
|
||||
fi
|
||||
echo usage: do-rebase [OPTIONS] [--dist RELEASEVER | RELEASEVER ] [GITREPO]
|
||||
echo usage: "do-rebase [OPTIONS] [--dist RELEASEVER | RELEASEVER ] [GITREPO]"
|
||||
echo OPTIONS: --dist=RELEASEVER --repo=REPO --amend --nocommit --nobumpspec
|
||||
exit $retcode
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue