[gvfs] Reorder some options



commit 265057d79fd05546236d2b93bb4a085833e408f6
Author: Matthias Clasen <mclasen redhat com>
Date:   Fri Jun 29 17:36:51 2012 -0400

    Reorder some options
    
    Move --detail to the end so it comes after the options that
    it affects, in help output.

 programs/gvfs-mount.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/programs/gvfs-mount.c b/programs/gvfs-mount.c
index 3530a95..17ec5a9 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 }
 };
 



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]