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.hs4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/compiler/GF/Command/Commands.hs b/src/compiler/GF/Command/Commands.hs
index 3d97f545a..a9a472552 100644
--- a/src/compiler/GF/Command/Commands.hs
+++ b/src/compiler/GF/Command/Commands.hs
@@ -977,8 +977,8 @@ allCommands env@(pgf, mos) = Map.fromList [
optProbs opts pgfr = case valStrOpts "probs" "" opts of
"" -> return Nothing
file -> do
- ps <- getProbsFromFile file pgf ---- pgfr!
--- putStrLn $ prProbabilities ps
+ ps <- readProbabilitiesFromFile file pgf ---- pgfr!
+-- putStrLn $ showProbabilities ps
return $ Just ps
optFile opts = valStrOpts "file" "_gftmp" opts