[gitg] Fix option shorthand description view -> activity



commit cfbfc98d187c5fbded532979c8367a7ba4a78e4f
Author: Jesse van den Kieboom <jessevdk gmail com>
Date:   Mon Jan 6 17:51:22 2014 +0100

    Fix option shorthand description view -> activity

 gitg/gitg-application.vala |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gitg/gitg-application.vala b/gitg/gitg-application.vala
index ad72eed..99b061f 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -58,7 +58,7 @@ public class Application : Gtk.Application
                         ref activity, N_("Start gitg with a particular activity"), null},
 
                        {"commit", 'c', OptionFlags.NO_ARG, OptionArg.CALLBACK,
-                        (void *)commit_activity, N_("Start gitg with the commit activity (shorthand for 
--view commit)"), null},
+                        (void *)commit_activity, N_("Start gitg with the commit activity (shorthand for 
--activity commit)"), null},
 
                         {"no-wd", 0, 0, OptionArg.NONE,
                         ref no_wd, N_("Do not try to load a repository from the current working directory"), 
null},


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