summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins-list.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2019-04-23 13:01:21 +0200
committerAtomic Bot <atomic-devel@projectatomic.io>2019-04-23 13:05:14 +0000
commit277a44374448634d8244e4aaee7d95c4f2e95d70 (patch)
tree15f2ae0f3cc1013d821fac0f3e743c49cebee287 /app/flatpak-builtins-list.c
parent05ac7f48337446577404dbc7e9a532bb7afb9faa (diff)
downloadflatpak-277a44374448634d8244e4aaee7d95c4f2e95d70.tar.gz
list: Skip arch column if all arches are the same
Closes: #2850 Approved by: matthiasclasen
Diffstat (limited to 'app/flatpak-builtins-list.c')
-rw-r--r--app/flatpak-builtins-list.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/flatpak-builtins-list.c b/app/flatpak-builtins-list.c
index aaba7689..49823ad2 100644
--- a/app/flatpak-builtins-list.c
+++ b/app/flatpak-builtins-list.c
@@ -58,7 +58,7 @@ static Column all_columns[] = {
{ "application", N_("Application"), N_("Show the application ID"), 1, FLATPAK_ELLIPSIZE_MODE_START, 0, 1 },
{ "version", N_("Version"), N_("Show the version"), 1, FLATPAK_ELLIPSIZE_MODE_NONE, 1, 1 },
{ "branch", N_("Branch"), N_("Show the branch"), 1, FLATPAK_ELLIPSIZE_MODE_NONE, 0, 1 },
- { "arch", N_("Arch"), N_("Show the architecture"), 1, FLATPAK_ELLIPSIZE_MODE_NONE, 0, 1 },
+ { "arch", N_("Arch"), N_("Show the architecture"), 1, FLATPAK_ELLIPSIZE_MODE_NONE, 0, 1, 1 },
{ "runtime", N_("Runtime"), N_("Show the used runtime"), 1, FLATPAK_ELLIPSIZE_MODE_START, 0, 0 },
{ "origin", N_("Origin"), N_("Show the origin remote"), 1, FLATPAK_ELLIPSIZE_MODE_NONE, 1, 1 },
{ "installation", N_("Installation"), N_("Show the installation"), 1, FLATPAK_ELLIPSIZE_MODE_NONE, 1, 0 },