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:
Alexander Larsson
2015-12-21 10:02:48 +01:00
parent cad13521fe
commit 8a6cee3e46

View File

@@ -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;
}