CLI: Rename Architecture => Arch in list headers

Its really wasteful to have headers much wider than the
items in the column.

Closes: #2409
Approved by: alexlarsson
This commit is contained in:
Alexander Larsson 2018-12-19 16:32:57 +01:00 committed by Atomic Bot
parent f57c46bf26
commit 17a2174644
4 changed files with 4 additions and 4 deletions

View File

@ -58,7 +58,7 @@ static Column all_columns[] = {
{ "change", N_("Change"), N_("Show the kind of change"), 1, 1 },
{ "ref", N_("Ref"), N_("Show the ref"), 0, 0 },
{ "application", N_("Application"), N_("Show the application/runtime ID"), 1, 1 },
{ "arch", N_("Architecture"), N_("Show the architecture"), 1, 0 },
{ "arch", N_("Arch"), N_("Show the architecture"), 1, 0 },
{ "branch", N_("Branch"), N_("Show the branch"), 1, 1 },
{ "installation", N_("Installation"), N_("Show the affected installation"), 1, 1 },
{ "remote", N_("Remote"), N_("Show the remote"), 1, 1 },

View File

@ -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_("Architecture"), N_("Show the architecture"), 0, 0 },
{ "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 },

View File

@ -48,7 +48,7 @@ static Column all_columns[] = {
{ "pid", N_("PID"), N_("Show the PID of the wrapper process"), 1, 1 },
{ "child-pid", N_("Child-PID"), N_("Show the PID of the sandbox process"), 1, 0 },
{ "application", N_("Application"), N_("Show the application ID"), 1, 1 },
{ "arch", N_("Architecture"), N_("Show the architecture"), 1, 0 },
{ "arch", N_("Arch"), N_("Show the architecture"), 1, 0 },
{ "branch", N_("Branch"), N_("Show the application branch"), 1, 0 },
{ "commit", N_("Commit"), N_("Show the application commit"), 1, 0 },
{ "runtime", N_("Runtime"), N_("Show the runtime ID"), 1, 1 },

View File

@ -58,7 +58,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_("Architecture"), N_("Show the architecture"), 0, 0 },
{ "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 },