diff options
Diffstat (limited to 'src/kreadconfig/kreadconfig.cpp')
-rw-r--r-- | src/kreadconfig/kreadconfig.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/kreadconfig/kreadconfig.cpp b/src/kreadconfig/kreadconfig.cpp index 3505ac3e..2424e184 100644 --- a/src/kreadconfig/kreadconfig.cpp +++ b/src/kreadconfig/kreadconfig.cpp @@ -28,13 +28,13 @@ * 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 kreadconfig5 --group KDE --key macStyle --type bool; then * echo "We're using Mac-Style menus." * else * echo "We're using normal menus." * fi * - * TRASH=`kreadconfig --group Paths --key Trash` + * TRASH=`kreadconfig5 --group Paths --key Trash` * if test -n "$TRASH"; then * mv someFile "$TRASH" * else |