gnome-keyring r1124 - in trunk: . daemon



Author: sdroege
Date: Wed Mar 19 23:36:53 2008
New Revision: 1124
URL: http://svn.gnome.org/viewvc/gnome-keyring?rev=1124&view=rev

Log:
* daemon/gkr-daemon.c: Include pkcs11 in the --help message too.


Modified:
   trunk/ChangeLog
   trunk/daemon/gkr-daemon.c

Modified: trunk/daemon/gkr-daemon.c
==============================================================================
--- trunk/daemon/gkr-daemon.c	(original)
+++ trunk/daemon/gkr-daemon.c	Wed Mar 19 23:36:53 2008
@@ -95,7 +95,7 @@
 	{ "login", 'l', 0, G_OPTION_ARG_NONE, &unlock_with_login, 
 	  "Use login password from stdin", NULL },
 	{ "components", 'c', 0, G_OPTION_ARG_STRING, &run_components,
-	  "The components to run", "ssh,keyring" },
+	  "The components to run", "ssh,keyring,pkcs11" },
 	{ NULL }
 };
 



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