summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorThomas Haller <thaller@redhat.com>2022-04-01 13:51:52 +0200
committerThomas Haller <thaller@redhat.com>2022-04-01 13:51:56 +0200
commit670894b667bc0c79715cc0c74a3b51345bee04cd (patch)
treed1ecffaf8064164d751b93d75d16f287ca24d770 /contrib
parent5d440610a945cebae4b305aec21dee97c11ec414 (diff)
downloadNetworkManager-670894b667bc0c79715cc0c74a3b51345bee04cd.tar.gz
contrib: fix wrong usage text for "nm-code-format.sh"
Diffstat (limited to 'contrib')
-rwxr-xr-xcontrib/scripts/nm-code-format.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/contrib/scripts/nm-code-format.sh b/contrib/scripts/nm-code-format.sh
index 0f84c50dcf..0aaa14752c 100755
--- a/contrib/scripts/nm-code-format.sh
+++ b/contrib/scripts/nm-code-format.sh
@@ -52,7 +52,6 @@ usage() {
printf "Usage: %s [OPTION]... [FILE]...\n" "$(basename "$0")"
printf "Reformat source files using NetworkManager's code-style.\n\n"
printf "If no file is given the script runs on the whole codebase.\n"
- printf "If no flag is given no file is touch but errors are reported.\n\n"
printf "OPTIONS:\n"
printf " -i Reformat files (this is the default)\n"
printf " -n|--dry-run Only check the files (contrary to \"-i\")\n"