]> git.ipfire.org Git - thirdparty/git.git/blobdiff - builtin/column.c
Merge branch 'en/ort-perf-batch-9'
[thirdparty/git.git] / builtin / column.c
index e815e148aa18364c198eef0ee5c2ed4e34ae77e9..40d4b3bee2dd8e7e20b2d0ecc289837a0458c771 100644 (file)
@@ -27,10 +27,10 @@ int cmd_column(int argc, const char **argv, const char *prefix)
                OPT_STRING(0, "command", &real_command, N_("name"), N_("lookup config vars")),
                OPT_COLUMN(0, "mode", &colopts, N_("layout to use")),
                OPT_INTEGER(0, "raw-mode", &colopts, N_("layout to use")),
-               OPT_INTEGER(0, "width", &copts.width, N_("Maximum width")),
-               OPT_STRING(0, "indent", &copts.indent, N_("string"), N_("Padding space on left border")),
-               OPT_INTEGER(0, "nl", &copts.nl, N_("Padding space on right border")),
-               OPT_INTEGER(0, "padding", &copts.padding, N_("Padding space between columns")),
+               OPT_INTEGER(0, "width", &copts.width, N_("maximum width")),
+               OPT_STRING(0, "indent", &copts.indent, N_("string"), N_("padding space on left border")),
+               OPT_INTEGER(0, "nl", &copts.nl, N_("padding space on right border")),
+               OPT_INTEGER(0, "padding", &copts.padding, N_("padding space between columns")),
                OPT_END()
        };