summaryrefslogtreecommitdiff
path: root/app/flatpak-builtins-list.c
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2018-12-19 16:42:02 +0100
committerAtomic Bot <atomic-devel@projectatomic.io>2018-12-19 15:45:35 +0000
commit8eb91968ff002cd3020f19864de1c57163a79f27 (patch)
treeb995eb4de00eb0f347695158a06f9755c917ec3b /app/flatpak-builtins-list.c
parent17a21746448ee8a60f06fdee8f67ab5002b8fc57 (diff)
downloadflatpak-8eb91968ff002cd3020f19864de1c57163a79f27.tar.gz
list: Add arch to default column set
Without this its impossible to tell apart e.g. multiple runtimes for different arches. Closes: #2409 Approved by: alexlarsson
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 6636737c..a8aa2f3b 100644
--- a/app/flatpak-builtins-list.c
+++ b/app/flatpak-builtins-list.c
@@ -56,7 +56,7 @@ 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 },
+ { "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 },