From f3fdd5ea2d77174fdc89447761c66043174556a6 Mon Sep 17 00:00:00 2001 From: aarne Date: Tue, 14 Apr 2009 08:12:45 +0000 Subject: on-line course announced on the summer school page --- src/GF/Command/Commands.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'src/GF/Command') 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 -- cgit v1.2.3