Skip to content

Commit

Permalink
Fix usage text for rd-project tool
Browse files Browse the repository at this point in the history
  • Loading branch information
gschueler committed Feb 17, 2011
1 parent 23db88a commit b6c32f4
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -136,10 +136,7 @@ public void help() {
options,
"Examples:\n"
+ "\trd-project -p project --action create; # Initialize project\n"
+ "\trd-project -p project --action install; # Install resources and their modules\n"
+ "\trd-project -p project --action install --pview; # Install resources and their modules and process view files\n"
+ "\trd-project -p project --action pview; # Install process view files for deployed resources\n"
+ "\trd-project -p project --action purge ; # purges all resources\n"
+ "\trd-project -p project --action remove ; # Remove the project\n"
+ "\n");
}

Expand Down

0 comments on commit b6c32f4

Please sign in to comment.