From e4835887a580cf14c6b5b00372c87fe8f3bfdee4 Mon Sep 17 00:00:00 2001 From: jj683 Date: Sat, 30 Nov 2024 22:16:46 +0100 Subject: Remove useless verbose flag annotation --- xmake/plugins/format/xmake.lua | 1 - 1 file changed, 1 deletion(-) 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.", -- cgit v1.3.1