contrib/rpm: fix comment in ./build_clean.sh -h output

(cherry picked from commit c307f07207)
This commit is contained in:
Thomas Haller 2019-05-16 14:57:39 +02:00
parent f754f97900
commit a96f601c8a

View file

@ -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"