[gitg] Small indentation fix
- From: Jesse van den Kieboom <jessevdk src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gitg] Small indentation fix
- Date: Wed, 10 Dec 2014 07:36:55 +0000 (UTC)
commit 6de14b1e207b89a6d8a338ab51cfbfb843c84804
Author: Jesse van den Kieboom <jessevdk gmail com>
Date: Wed Dec 10 07:51:20 2014 +0100
Small indentation fix
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 636c4ec..b383964 100644
--- a/gitg/gitg-application.vala
+++ b/gitg/gitg-application.vala
@@ -61,7 +61,7 @@ public class Application : Gtk.Application
{"commit", 'c', OptionFlags.NO_ARG, OptionArg.CALLBACK,
(void *)commit_activity, N_("Start gitg with the commit activity (shorthand for
--activity commit)"), null},
- {"no-wd", 0, 0, OptionArg.NONE,
+ {"no-wd", 0, 0, OptionArg.NONE,
ref no_wd, N_("Do not try to load a repository from the current working directory"),
null},
{null}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]