summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarc Englund <marc.englund@itmill.com>2008-05-02 08:41:23 +0000
committerMarc Englund <marc.englund@itmill.com>2008-05-02 08:41:23 +0000
commit30f951aba0af5309c022a094ed2672c60e7311d3 (patch)
tree798d5e19c18ab27aa399629956c6268128f726e6
parentd007e9cd78a496453e362b402b4ba63fc06d8eef (diff)
downloadvaadin-framework-30f951aba0af5309c022a094ed2672c60e7311d3.tar.gz
vaadin-framework-30f951aba0af5309c022a094ed2672c60e7311d3.zip
Small documentation update
svn changeset:4311/svn branch:trunk
-rw-r--r--src/com/itmill/toolkit/util/PortletConfigurationGenerator.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/com/itmill/toolkit/util/PortletConfigurationGenerator.java b/src/com/itmill/toolkit/util/PortletConfigurationGenerator.java
index 2513558719..07a1671793 100644
--- a/src/com/itmill/toolkit/util/PortletConfigurationGenerator.java
+++ b/src/com/itmill/toolkit/util/PortletConfigurationGenerator.java
@@ -109,7 +109,7 @@ public class PortletConfigurationGenerator {
/**
* @param args
- * <path to directory with web.xml>
+ * <path to directory with web.xml> [widgetset to use]
*/
public static void main(String[] args) {
if (args.length < 1 || !new File(args[0]).isDirectory()) {