summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2019-05-16 14:57:39 +0200
committerThomas Haller <thaller@redhat.com>2019-05-16 14:57:39 +0200
commitc307f07207a8090e986a5a55b692a6c0dd474350 (patch)
treeedf38d68fe4896912098f3704aad85588847c04c
parentbb38bfe731742f0702233e76aae5c5edb8d81c21 (diff)
downloadNetworkManager-c307f07207a8090e986a5a55b692a6c0dd474350.tar.gz
contrib/rpm: fix comment in `./build_clean.sh -h` output
-rwxr-xr-xcontrib/fedora/rpm/build_clean.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/fedora/rpm/build_clean.sh b/contrib/fedora/rpm/build_clean.sh
index 4efb3088c2..bbed81f2a7 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"