From 09adc49d974c8f046f82d5ef907898a8892c8e3b Mon Sep 17 00:00:00 2001 From: Darrell Anderson Date: Thu, 26 Apr 2012 15:27:21 -0500 Subject: Fix kreadconfig and kwriteconfig --help branding. --- kreadconfig/kreadconfig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'kreadconfig/kreadconfig.cpp') diff --git a/kreadconfig/kreadconfig.cpp b/kreadconfig/kreadconfig.cpp index 709d7b781..d08894658 100644 --- a/kreadconfig/kreadconfig.cpp +++ b/kreadconfig/kreadconfig.cpp @@ -11,7 +11,7 @@ * If --type is not set, the value of the key is simply printed to stdout. * * Usage examples: - * if kreadconfig --group KDE --key macStyle --type bool; then + * if kreadconfig --group TDE --key macStyle --type bool; then * echo "We're using Mac-Style menus." * else * echo "We're using normal menus." @@ -35,7 +35,7 @@ static KCmdLineOptions options[] = { { "file ", I18N_NOOP("Use instead of global config"), 0 }, - { "group ", I18N_NOOP("Group to look in"), "KDE" }, + { "group ", I18N_NOOP("Group to look in"), "TDE" }, { "key ", I18N_NOOP("Key to look for"), 0 }, { "default ", I18N_NOOP("Default value"), 0 }, { "type ", I18N_NOOP("Type of variable"), 0 }, -- cgit v1.2.1