diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:55 -0600 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2011-11-06 02:31:55 -0600 |
commit | 78a14fe575048e318a9c4403cb42060b17946883 (patch) | |
tree | c3f3c4d9a229752bb371ccbd45ec3f488276a950 /scripts/cvs2dist | |
parent | bd3922c07c6753c5cb6ceeb6df8c6edae1183d2d (diff) | |
download | tdesdk-78a14fe575048e318a9c4403cb42060b17946883.tar.gz tdesdk-78a14fe575048e318a9c4403cb42060b17946883.zip |
Additional kde to tde renaming
Diffstat (limited to 'scripts/cvs2dist')
-rwxr-xr-x | scripts/cvs2dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cvs2dist b/scripts/cvs2dist index 60721bdf..29721ec9 100755 --- a/scripts/cvs2dist +++ b/scripts/cvs2dist @@ -177,7 +177,7 @@ if [ ! -z $showhelp ] || [ -z $module ] || [ -z $directory ]; then echo "the beginning of command line arguments if it exists." echo " '--' signifies the end of options." echo "" - echo "Example: cvs2dist /sources/kdegames kolf/objects/picture \\" + echo "Example: cvs2dist /sources/tdegames kolf/objects/picture \\" echo " -n kolf-picture -v 0.9 -r \"kolf/game.h\" \\" echo " --log ~/tmp/extra-file" echo "" |