diff --git a/app/flatpak-builtins-list.c b/app/flatpak-builtins-list.c index fb7abfc9..2336755c 100644 --- a/app/flatpak-builtins-list.c +++ b/app/flatpak-builtins-list.c @@ -56,12 +56,12 @@ static GOptionEntry options[] = { static Column all_columns[] = { { "description", N_("Description"), N_("Show the description"), 1, 1 }, { "application", N_("Application"), N_("Show the application ID"), 0, 1 }, - { "arch", N_("Arch"), N_("Show the architecture"), 0, 1 }, - { "branch", N_("Branch"), N_("Show the branch"), 0, 1 }, { "version", N_("Version"), N_("Show the version"), 1, 1 }, - { "ref", N_("Ref"), N_("Show the ref"), 1, 0 }, + { "branch", N_("Branch"), N_("Show the branch"), 0, 1 }, + { "arch", N_("Arch"), N_("Show the architecture"), 0, 1 }, { "origin", N_("Origin"), N_("Show the origin remote"), 1, 1 }, { "installation", N_("Installation"), N_("Show the installation"), 1, 0 }, + { "ref", N_("Ref"), N_("Show the ref"), 1, 0 }, { "active", N_("Active commit"), N_("Show the active commit"), 1, 0 }, { "latest", N_("Latest commit"), N_("Show the latest commit"), 1, 0 }, { "size", N_("Installed size"), N_("Show the installed size"), 1, 0 }, diff --git a/app/flatpak-builtins-remote-ls.c b/app/flatpak-builtins-remote-ls.c index 27392a00..135b631e 100644 --- a/app/flatpak-builtins-remote-ls.c +++ b/app/flatpak-builtins-remote-ls.c @@ -58,11 +58,11 @@ static GOptionEntry options[] = { static Column all_columns[] = { { "description", N_("Description"), N_("Show the description"), 1, 1 }, { "application", N_("Application"), N_("Show the application ID"), 0, 1 }, - { "arch", N_("Arch"), N_("Show the architecture"), 0, 0 }, - { "branch", N_("Branch"), N_("Show the branch"), 0, 1 }, { "version", N_("Version"), N_("Show the version"), 1, 1 }, - { "ref", N_("Ref"), N_("Show the ref"), 1, 0 }, + { "branch", N_("Branch"), N_("Show the branch"), 0, 1 }, + { "arch", N_("Arch"), N_("Show the architecture"), 0, 0 }, { "origin", N_("Origin"), N_("Show the origin remote"), 1, 1 }, + { "ref", N_("Ref"), N_("Show the ref"), 1, 0 }, { "commit", N_("Commit"), N_("Show the active commit"), 1, 0 }, { "runtime", N_("Runtime"), N_("Show the runtime"), 1, 0 }, { "installed-size", N_("Installed size"), N_("Show the installed size"), 1, 0 },