r3811 - software/ui/src

Enrico Zini enrico at alioth.debian.org
Fri Aug 24 13:31:01 UTC 2007


Author: enrico
Date: 2007-08-24 13:31:01 +0000 (Fri, 24 Aug 2007)
New Revision: 3811

Modified:
   software/ui/src/GamesOptions.h
Log:
Added a template long description

Modified: software/ui/src/GamesOptions.h
===================================================================
--- software/ui/src/GamesOptions.h	2007-08-24 13:20:34 UTC (rev 3810)
+++ software/ui/src/GamesOptions.h	2007-08-24 13:31:01 UTC (rev 3811)
@@ -37,6 +37,9 @@
 	{
 		usage = "[options and arguments]";
 		description = "Debian game browser";
+		longDescription =
+			"This is the long description.\n"
+			"It can be edited in the file GamesOptions.h\n";
 
 		out_verbose = add<BoolOption>("verbose", 'v', "verbose", "",
 						"enable verbose output");




More information about the Pkg-games-commits mailing list