summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexander Larsson <alexl@redhat.com>2015-09-17 15:42:42 +0200
committerAlexander Larsson <alexl@redhat.com>2015-09-17 15:42:42 +0200
commit1ce71f4f60f5fbf1893c040a04c76bd714381b1f (patch)
tree31a8c56ce85850005451de1a1e123f7e1e0f571b
parent16d2fb567223e3bee16b34187d627883f54bd449 (diff)
downloadxdg-app-1ce71f4f60f5fbf1893c040a04c76bd714381b1f.tar.gz
list-remotes: Use --show-details instead of --details
This makes it consisten with e.g. repo-contents
-rw-r--r--app/xdg-app-builtins-list-remotes.c2
-rw-r--r--doc/xdg-app-list-remotes.xml4
2 files changed, 3 insertions, 3 deletions
diff --git a/app/xdg-app-builtins-list-remotes.c b/app/xdg-app-builtins-list-remotes.c
index 70e7a76..9c98578 100644
--- a/app/xdg-app-builtins-list-remotes.c
+++ b/app/xdg-app-builtins-list-remotes.c
@@ -33,7 +33,7 @@
static gboolean opt_show_details;
static GOptionEntry options[] = {
- { "details", 'd', 0, G_OPTION_ARG_NONE, &opt_show_details, "Show remote details", NULL },
+ { "show-details", 'd', 0, G_OPTION_ARG_NONE, &opt_show_details, "Show remote details", NULL },
{ NULL }
};
diff --git a/doc/xdg-app-list-remotes.xml b/doc/xdg-app-list-remotes.xml
index 0721502..b7039eb 100644
--- a/doc/xdg-app-list-remotes.xml
+++ b/doc/xdg-app-list-remotes.xml
@@ -80,7 +80,7 @@
</varlistentry>
<varlistentry>
- <term><option>--details</option></term>
+ <term><option>--show-details</option></term>
<listitem><para>
Show more information each repository in addition to the name.
@@ -110,7 +110,7 @@
<title>Examples</title>
<para>
- <command>$ xdg-app list-remotes --user --details</command>
+ <command>$ xdg-app list-remotes --user --show-details</command>
</para>
<programlisting>
testrepo Test Repository http://209.132.179.91/repo/ no-gpg-verify