summaryrefslogtreecommitdiff
path: root/src/compiler/GF/Command
diff options
context:
space:
mode:
Diffstat (limited to 'src/compiler/GF/Command')
-rw-r--r--src/compiler/GF/Command/Commands.hs3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index 7311443f6..99f5bb05e 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -1010,8 +1010,7 @@ allCommands = Map.fromList [
("showfun","show function names in the tree nodes"),
("nofun","don't show function names (default)"),
("showleaves","show the leaves of the tree (default)"),
- ("noleaves","don't show the leaves of the tree (i.e., only the abstract tree)"),
- ("old","use the old tree visualization algorithm")
+ ("noleaves","don't show the leaves of the tree (i.e., only the abstract tree)")
],
flags = [
("format","format of the visualization file (default \"png\")"),