Index: trunk/quest-plugin-guitar/src/main/java/de/ugoe/cs/quest/plugin/guitar/commands/CMDefgTestCasesToSequences.java
===================================================================
--- trunk/quest-plugin-guitar/src/main/java/de/ugoe/cs/quest/plugin/guitar/commands/CMDefgTestCasesToSequences.java	(revision 681)
+++ trunk/quest-plugin-guitar/src/main/java/de/ugoe/cs/quest/plugin/guitar/commands/CMDefgTestCasesToSequences.java	(revision 728)
@@ -79,5 +79,5 @@
 	@Override
 	public String help() {
-		return "efgTestCasesToSequences <folder> <sequencesName> {<efgFileName>}";
+		return "efgTestCasesToSequences <directory> <sequencesName> {<guiFileName>}";
 	}
 
Index: trunk/quest-plugin-guitar/src/main/resources/manuals/efgTestCasesToSequences
===================================================================
--- trunk/quest-plugin-guitar/src/main/resources/manuals/efgTestCasesToSequences	(revision 728)
+++ trunk/quest-plugin-guitar/src/main/resources/manuals/efgTestCasesToSequences	(revision 728)
@@ -0,0 +1,10 @@
+Loads GUITAR test cases from a directory and treats each test case as a sequence. The result is a collection of sequences.
+
+$USAGE$
+<directory> name of the directory
+<sequencesName> name of the sequences
+<guiFileName> optional; if specified, this GUI file is used to retrieve widgetIds in addtion to the eventIds
+
+Example(s):
+efgTestCasesToSequences testcaseDir sequences
+efgTestCasesToSequences testcaseDir sequences guifile.gui 
Index: trunk/quest-plugin-guitar/src/main/resources/manuals/efgToDFA
===================================================================
--- trunk/quest-plugin-guitar/src/main/resources/manuals/efgToDFA	(revision 728)
+++ trunk/quest-plugin-guitar/src/main/resources/manuals/efgToDFA	(revision 728)
@@ -0,0 +1,8 @@
+Loads a GUITAR EFG file and creates a DFA based on the contents.
+
+$USAGE$
+<filename> name of the efg file
+<modelname> name of the DFA
+
+Example(s):
+efgToDFA efgfile.efg dfa
Index: trunk/quest-plugin-guitar/src/main/resources/manuals/efgToMM
===================================================================
--- trunk/quest-plugin-guitar/src/main/resources/manuals/efgToMM	(revision 728)
+++ trunk/quest-plugin-guitar/src/main/resources/manuals/efgToMM	(revision 728)
@@ -0,0 +1,8 @@
+Loads a GUITAR EFG file and creates a first-order Markov model based on the contents. All transitions in the Markov model are equally probable.
+
+$USAGE$
+<filename> name of the efg file
+<modelname> name of the Markov model
+
+Example(s):
+efgToMM efgfile.efg markovModel
