SF.net SVN: geany:[3131] trunk

ntrel at users.sourceforge.net ntrel at xxxxx
Mon Oct 20 14:48:21 UTC 2008


Revision: 3131
          http://geany.svn.sourceforge.net/geany/?rev=3131&view=rev
Author:   ntrel
Date:     2008-10-20 14:48:21 +0000 (Mon, 20 Oct 2008)

Log Message:
-----------
Add description for -P option.

Modified Paths:
--------------
    trunk/ChangeLog
    trunk/src/main.c

Modified: trunk/ChangeLog
===================================================================
--- trunk/ChangeLog	2008-10-20 12:13:27 UTC (rev 3130)
+++ trunk/ChangeLog	2008-10-20 14:48:21 UTC (rev 3131)
@@ -5,6 +5,8 @@
    command-line.
    Warn user when ignoring other command-line files when a project file
    is the first argument.
+ * src/main.c:
+   Add description for -P option.
 
 
 2008-10-19  Enrico Tröger  <enrico(dot)troeger(at)uvena(dot)de>

Modified: trunk/src/main.c
===================================================================
--- trunk/src/main.c	2008-10-20 12:13:27 UTC (rev 3130)
+++ trunk/src/main.c	2008-10-20 14:48:21 UTC (rev 3131)
@@ -122,7 +122,7 @@
 	{ "debug", 'd', 0, G_OPTION_ARG_NONE, &debug_mode, N_("Runs in debug mode (means being verbose)"), NULL },
 	{ "ft-names", 0, 0, G_OPTION_ARG_NONE, &ft_names, N_("Print internal filetype names"), NULL },
 	{ "generate-tags", 'g', 0, G_OPTION_ARG_NONE, &generate_tags, N_("Generate global tags file (see documentation)"), NULL },
-	{ "no-preprocessing", 'P', 0, G_OPTION_ARG_NONE, &no_preprocessing, NULL, NULL },
+	{ "no-preprocessing", 'P', 0, G_OPTION_ARG_NONE, &no_preprocessing, N_("Don't preprocess C/C++ files when generating tags"), NULL },
 	{ "generate-data-files", 0, G_OPTION_FLAG_HIDDEN, G_OPTION_ARG_NONE, &generate_datafiles, NULL, NULL },
 #ifdef HAVE_SOCKET
 	{ "new-instance", 'i', 0, G_OPTION_ARG_NONE, &cl_options.new_instance, N_("Don't open files in a running instance, force opening a new instance"), NULL },


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the Commits mailing list