diff options
| author | aarne <unknown> | 2004-05-27 14:43:13 +0000 |
|---|---|---|
| committer | aarne <unknown> | 2004-05-27 14:43:13 +0000 |
| commit | 6dcf9f1cd463262bd3015b93afb615c487f0b349 (patch) | |
| tree | ba443c12c3820f7a6154a889f7f2057362843004 /src/HelpFile.hs | |
| parent | 244307ca3765c784cf3cb7d572eb08751a2ba74c (diff) | |
command option check
Diffstat (limited to 'src/HelpFile.hs')
| -rw-r--r-- | src/HelpFile.hs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/HelpFile.hs b/src/HelpFile.hs index 1dda915d7..59f2702b9 100644 --- a/src/HelpFile.hs +++ b/src/HelpFile.hs @@ -180,8 +180,8 @@ txtHelpFile = "\n a small -alts is recommended. If a Tree argument is given, the" ++ "\n command completes the Tree with values to the metavariables in" ++ "\n the tree." ++ - "\n flags:" ++ - "\n -nometas don't return trees that include metavariables" ++ + "\n options:" ++ + "\n -metas also return trees that include metavariables" ++ "\n flags:" ++ "\n -depth generate to this depth (default 3)" ++ "\n -alts take this number of alternatives at each branch (default unlimited)" ++ |
