mirror of
https://github.com/flatpak/flatpak.git
synced 2026-09-19 20:03:56 -04:00
remote-ls: Fix up the column titles
The index for these were wrong.
This commit is contained in:
1 parent
7f7387ce5e
commit
08397923bf
1 file changed
+2
-2
@@ -169,8 +169,8 @@ flatpak_builtin_ls_remote (int argc, char **argv, GCancellable *cancellable, GEr
|
||||
|
||||
flatpak_table_printer_set_column_title (printer, 0, _("Ref"));
|
||||
flatpak_table_printer_set_column_title (printer, 1, _("Commit"));
|
||||
flatpak_table_printer_set_column_title (printer, 1, _("Installed size"));
|
||||
flatpak_table_printer_set_column_title (printer, 1, _("Download size"));
|
||||
flatpak_table_printer_set_column_title (printer, 2, _("Installed size"));
|
||||
flatpak_table_printer_set_column_title (printer, 3, _("Download size"));
|
||||
|
||||
for (i = 0; i < n_keys; i++)
|
||||
{
|
||||
|
||||
Reference in new issue
Block a user