From a96f601c8a13285b5ab6cbd9ab65c2068c9c91bf Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Thu, 16 May 2019 14:57:39 +0200 Subject: [PATCH] contrib/rpm: fix comment in `./build_clean.sh -h` output (cherry picked from commit c307f07207a8090e986a5a55b692a6c0dd474350) --- contrib/fedora/rpm/build_clean.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/fedora/rpm/build_clean.sh b/contrib/fedora/rpm/build_clean.sh index c486be5129..88bfb3d0c9 100755 --- a/contrib/fedora/rpm/build_clean.sh +++ b/contrib/fedora/rpm/build_clean.sh @@ -12,7 +12,7 @@ usage() { echo "Does all the steps from a clean git working directory to an RPM of NetworkManager" echo echo "This is also the preferred way to create a distribution tarball for release:" - echo " $ $0 -c -S" + echo " $ $0 -r" echo echo "Options:" echo " -f|--force: force build, even if working directory is not clean and has local modifications"