From 670894b667bc0c79715cc0c74a3b51345bee04cd Mon Sep 17 00:00:00 2001 From: Thomas Haller Date: Fri, 1 Apr 2022 13:51:52 +0200 Subject: [PATCH] contrib: fix wrong usage text for "nm-code-format.sh" --- contrib/scripts/nm-code-format.sh | 1 - 1 file changed, 1 deletion(-) 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"