mirror of
https://github.com/flatpak/flatpak.git
synced 2026-01-27 00:59:19 -05:00
list-remotes: Default to list only system remotes
This matches what install-* would use and also makes the bash completion more sane.
This commit is contained in:
@@ -59,7 +59,6 @@ xdg_app_builtin_list_remotes (int argc, char **argv, GCancellable *cancellable,
|
||||
|
||||
if (!opt_user && !opt_system)
|
||||
{
|
||||
opt_user = TRUE;
|
||||
opt_system = TRUE;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user