summaryrefslogtreecommitdiff
path: root/programs
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2012-06-29 17:36:51 -0400
committerMatthias Clasen <mclasen@redhat.com>2012-06-29 17:36:51 -0400
commit265057d79fd05546236d2b93bb4a085833e408f6 (patch)
tree8aa6f8fe8d110cc9d8adf6d8a6ee9ebcc4947c33 /programs
parentd5ad568d624162282ebfae741bb18011e907eb0b (diff)
downloadgvfs-265057d79fd05546236d2b93bb4a085833e408f6.tar.gz
Reorder some options
Move --detail to the end so it comes after the options that it affects, in help output.
Diffstat (limited to 'programs')
-rw-r--r--programs/gvfs-mount.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/programs/gvfs-mount.c b/programs/gvfs-mount.c
index 3530a95d..17ec5a9f 100644
--- a/programs/gvfs-mount.c
+++ b/programs/gvfs-mount.c
@@ -59,8 +59,8 @@ static const GOptionEntry entries[] =
{ "unmount-scheme", 's', 0, G_OPTION_ARG_STRING, &unmount_scheme, N_("Unmount all mounts with the given scheme"), N_("SCHEME") },
/* Translator: List here is a verb as in 'List all mounts' */
{ "list", 'l', 0, G_OPTION_ARG_NONE, &mount_list, N_("List"), NULL},
- { "detail", 'i', 0, G_OPTION_ARG_NONE, &extra_detail, N_("Show extra information"), NULL},
{ "monitor", 'o', 0, G_OPTION_ARG_NONE, &mount_monitor, N_("Monitor events"), NULL},
+ { "detail", 'i', 0, G_OPTION_ARG_NONE, &extra_detail, N_("Show extra information"), NULL},
{ NULL }
};