poldek: poldek/cli/main.c - hidden custom --version (#5733)

mis mis at pld-linux.org
Sat Mar 18 16:55:43 CET 2006


Author: mis                          Date: Sat Mar 18 15:55:42 2006 GMT
Module: poldek                        Tag: HEAD
---- Log message:
- hidden custom --version (#5733)

---- Files affected:
poldek/poldek/cli:
   main.c (1.54 -> 1.55) 

---- Diffs:

================================================================
Index: poldek/poldek/cli/main.c
diff -u poldek/poldek/cli/main.c:1.54 poldek/poldek/cli/main.c:1.55
--- poldek/poldek/cli/main.c:1.54	Sun Nov  6 20:26:27 2005
+++ poldek/poldek/cli/main.c	Sat Mar 18 16:55:37 2006
@@ -115,8 +115,8 @@
 {"upconf", OPT_UPCONF, 0, 0, N_("Update remote configuration files (if any)"),
      OPT_GID },
 
-{"version", OPT_BANNER, 0, 0, N_("Display program version information and exit"),
-     OPT_GID },
+{"version", OPT_BANNER, 0, OPTION_HIDDEN,
+     N_("Display program version information and exit"), OPT_GID },
     
 {"log", OPT_LOG, "FILE", 0, N_("Log program messages to FILE"), OPT_GID },
 {"runas", OPT_RUNAS, "USER", 0, N_("Run program as user USER"), OPT_GID },
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/poldek/poldek/cli/main.c?r1=1.54&r2=1.55&f=u



More information about the pld-cvs-commit mailing list