[yast-commit] r65041 - in /trunk/sysconfig: VERSION package/yast2-sysconfig.changes src/sysconfig.ycp
Author: lslezak Date: Wed Jul 27 14:56:41 2011 New Revision: 65041 URL: http://svn.opensuse.org/viewcvs/yast?rev=65041&view=rev Log: - command line help text - added description and example for full file name specification (bnc#689844) - 2.21.0 Modified: trunk/sysconfig/VERSION trunk/sysconfig/package/yast2-sysconfig.changes trunk/sysconfig/src/sysconfig.ycp Modified: trunk/sysconfig/VERSION URL: http://svn.opensuse.org/viewcvs/yast/trunk/sysconfig/VERSION?rev=65041&r1=65040&r2=65041&view=diff ============================================================================== --- trunk/sysconfig/VERSION (original) +++ trunk/sysconfig/VERSION Wed Jul 27 14:56:41 2011 @@ -1 +1 @@ -2.17.0 +2.21.0 Modified: trunk/sysconfig/package/yast2-sysconfig.changes URL: http://svn.opensuse.org/viewcvs/yast/trunk/sysconfig/package/yast2-sysconfig.changes?rev=65041&r1=65040&r2=65041&view=diff ============================================================================== --- trunk/sysconfig/package/yast2-sysconfig.changes (original) +++ trunk/sysconfig/package/yast2-sysconfig.changes Wed Jul 27 14:56:41 2011 @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Wed Jul 27 12:53:34 UTC 2011 - lslezak@suse.cz + +- command line help text - added description and example for full + file name specification (bnc#689844) +- 2.21.0 + ------------------------------------------------------------------ Wed Jan 13 18:56:03 CET 2010 - kmachalkova@suse.cz Modified: trunk/sysconfig/src/sysconfig.ycp URL: http://svn.opensuse.org/viewcvs/yast/trunk/sysconfig/src/sysconfig.ycp?rev=65041&r1=65040&r2=65041&view=diff ============================================================================== --- trunk/sysconfig/src/sysconfig.ycp (original) +++ trunk/sysconfig/src/sysconfig.ycp Wed Jul 27 14:56:41 2011 @@ -79,7 +79,11 @@ ], "variable" : $[ // help text for option 'variable' - "help" : _("Selected variable"), + "help" : [ _("Selected variable"), + _("If the variable is available in several files use"), + _("<variable>$<file_name> syntax,"), + _("for example CONFIG_TYPE$/etc/sysconfig/mail.") + ], "type" : "string" ], "value" : $[ -- To unsubscribe, e-mail: yast-commit+unsubscribe@opensuse.org For additional commands, e-mail: yast-commit+help@opensuse.org
participants (1)
-
lslezak@svn2.opensuse.org