From 8a6cee3e46539133e491aa5baf16aedc19d438e9 Mon Sep 17 00:00:00 2001 From: Alexander Larsson Date: Mon, 21 Dec 2015 10:02:48 +0100 Subject: [PATCH] list-remotes: Default to list only system remotes This matches what install-* would use and also makes the bash completion more sane. --- app/xdg-app-builtins-list-remotes.c | 1 - 1 file changed, 1 deletion(-) diff --git a/app/xdg-app-builtins-list-remotes.c b/app/xdg-app-builtins-list-remotes.c index fffe7e59..0d1a647b 100644 --- a/app/xdg-app-builtins-list-remotes.c +++ b/app/xdg-app-builtins-list-remotes.c @@ -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; }