diff options
| author | jj683 <[email protected]> | 2024-11-30 22:16:46 +0100 |
|---|---|---|
| committer | jj683 <[email protected]> | 2024-11-30 22:16:46 +0100 |
| commit | e4835887a580cf14c6b5b00372c87fe8f3bfdee4 (patch) | |
| tree | b845c80d1d928d6746b1d22728ebec38cc92d93e /xmake/plugins/format/xmake.lua | |
| parent | 644009926af1ad90bfcc47cf8bd625813c19b9c1 (diff) | |
Remove useless verbose flag annotation
Diffstat (limited to 'xmake/plugins/format/xmake.lua')
| -rw-r--r-- | xmake/plugins/format/xmake.lua | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/xmake/plugins/format/xmake.lua b/xmake/plugins/format/xmake.lua index c8cfb9392..cacc73251 100644 --- a/xmake/plugins/format/xmake.lua +++ b/xmake/plugins/format/xmake.lua @@ -30,7 +30,6 @@ task("format") {nil, "create", "k", nil, "Create a .clang-format file from a coding style"}, {'n', "dry-run", "k", nil, "Do not make any changes, just show the files that would be formatted."}, {'e', "error", "k", nil, "If set, changes formatting warnings to errors."}, - {'v', "verbose", "k", nil, "Print verbose information."}, {'a', "all", "k", nil, "Format all targets."}, {'g', "group", "kv", nil, "Format all targets of the given group. It support path pattern matching.", "e.g.", |
