mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-02-03 07:50:31 +01:00
contrib: fix wrong usage text for "nm-code-format.sh"
This commit is contained in:
parent
5d440610a9
commit
670894b667
1 changed files with 0 additions and 1 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue