summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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