diff options
author | Thomas Haller <thaller@redhat.com> | 2019-05-16 14:57:39 +0200 |
---|---|---|
committer | Thomas Haller <thaller@redhat.com> | 2019-05-16 14:57:39 +0200 |
commit | c307f07207a8090e986a5a55b692a6c0dd474350 (patch) | |
tree | edf38d68fe4896912098f3704aad85588847c04c /contrib | |
parent | bb38bfe731742f0702233e76aae5c5edb8d81c21 (diff) | |
download | NetworkManager-c307f07207a8090e986a5a55b692a6c0dd474350.tar.gz |
contrib/rpm: fix comment in `./build_clean.sh -h` output
Diffstat (limited to 'contrib')
-rwxr-xr-x | contrib/fedora/rpm/build_clean.sh | 2 |
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" |