Add infos about kfmclient exec

BUG:224829

svn path=/trunk/KDE/kdebase/apps/; revision=1091427
This commit is contained in:
Nicolas Lécureuil 2010-02-16 21:23:29 +00:00
parent a754802d75
commit 6fe8d8bd2c

View file

@ -106,6 +106,10 @@ extern "C" KDE_EXPORT int kdemain( int argc, char **argv )
" # 'profile' is a file under ~/.kde/share/apps/konqueror/profiles.\n"
" # 'url' is an optional URL to open.\n\n").toLocal8Bit());
puts(i18n(" kfmclient exec is deprecated and kept for compatibility with KDE 3. \n"
" # See kioclient exec for more infos.\n").toLocal8Bit());
return 0;
}