summaryrefslogtreecommitdiff
path: root/src/GF/Command
diff options
context:
space:
mode:
Diffstat (limited to 'src/GF/Command')
-rw-r--r--src/GF/Command/Commands.hs12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/GF/Command/Commands.hs b/src/GF/Command/Commands.hs
index 625573545..7534554de 100644
--- a/src/GF/Command/Commands.hs
+++ b/src/GF/Command/Commands.hs
@@ -134,8 +134,8 @@ allCommands cod env@(pgf, mos) = Map.fromList [
options = [
],
flags = [
- ("format","format of the visualization file (default \"ps\")"),
- ("view","program to open the resulting file (default \"gv\")")
+ ("format","format of the visualization file (default \"png\")"),
+ ("view","program to open the resulting file (default \"open\")")
]
}),
@@ -569,8 +569,8 @@ allCommands cod env@(pgf, mos) = Map.fromList [
("nocat","don't show categories but only functions")
],
flags = [
- ("format","format of the visualization file (default \"ps\")"),
- ("view","program to open the resulting file (default \"gv\")")
+ ("format","format of the visualization file (default \"png\")"),
+ ("view","program to open the resulting file (default \"open\")")
]
}),
("wf", emptyCommandInfo {
@@ -645,8 +645,8 @@ allCommands cod env@(pgf, mos) = Map.fromList [
Just ty -> ty
Nothing -> error ("Can't parse '"++str++"' as type")
optComm opts = valStrOpts "command" "" opts
- optViewFormat opts = valStrOpts "format" "ps" opts
- optViewGraph opts = valStrOpts "view" "gv" opts
+ optViewFormat opts = valStrOpts "format" "png" opts
+ optViewGraph opts = valStrOpts "view" "open" opts
optNum opts = valIntOpts "number" 1 opts
optNumInf opts = valIntOpts "number" 1000000000 opts ---- 10^9