From 265057d79fd05546236d2b93bb4a085833e408f6 Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 29 Jun 2012 17:36:51 -0400 Subject: 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 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs') 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 } }; -- cgit v1.2.1