pingus-cvs
[Top][All Lists]
Advanced

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

[Pingus-CVS] [pingus] push by address@hidden - Switched form --mod to --


From: pingus
Subject: [Pingus-CVS] [pingus] push by address@hidden - Switched form --mod to --addon... on 2011-09-06 23:09 GMT
Date: Wed, 07 Sep 2011 13:31:59 +0000

Revision: 55206239cb0c
Author:   Ingo Ruhnke <address@hidden>
Date:     Tue Sep  6 16:01:26 2011
Log:      Switched form --mod to --addon

Fixes issue 7

http://code.google.com/p/pingus/source/detail?r=55206239cb0c

Modified:
 /src/pingus/pingus_main.cpp

=======================================
--- /src/pingus/pingus_main.cpp Tue Sep  6 15:58:16 2011
+++ /src/pingus/pingus_main.cpp Tue Sep  6 16:01:26 2011
@@ -252,8 +252,8 @@
                   _("Set the path to load the data files to 'path'"));
   argp.add_option('u', "userdir", _("PATH"),
_("Set the path to load and save user files (savegames, etc.) to PATH"));
-  argp.add_option('M', "mod", _("PATH"),
-                  _("Add a path that is searched for datadir content"));
+  argp.add_option('a', "addon", _("PATH"),
+ _("Add an addon path that is searched for datadir content"));

   argp.add_group(_("Misc Options:"));
   argp.add_option(337, "disable-auto-scrolling", "",
@@ -367,7 +367,7 @@
         cmd_options.datadir.set(argp.get_argument());
         break;

-      case 'M': // -M, --mod
+      case 'a': // -a, --addon
         g_path_manager.add_overlay_path(argp.get_argument());
         break;




reply via email to

[Prev in Thread] Current Thread [Next in Thread]