mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2025-12-31 06:40:11 +01:00
contrib/makerepo: fix error parsing command line arguments
Signed-off-by: Thomas Haller <thaller@redhat.com>
This commit is contained in:
parent
ed9b758726
commit
9e224cf37d
1 changed files with 1 additions and 1 deletions
|
|
@ -86,7 +86,7 @@ unset REVERT_COUNT
|
|||
LOCAL=0
|
||||
for ARG; do
|
||||
case "$ARG" in
|
||||
-h|-?|help|--help)
|
||||
-h|'-?'|help|--help)
|
||||
echo "SYNOPSIS: $(basename "$0") [local|-l] [-?|-h|--help|help] [NUM]"
|
||||
echo " - If [NUM] is omitted, it will revert all patches from the spec file,"
|
||||
echo " otherwise only the last NUM patches."
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue