Fix #2062: foldr1 problem in hpc tool
[ghc-hetmet.git] / utils / hpc / HpcCombine.hs
index f64dd67..b44b79d 100644 (file)
@@ -57,7 +57,7 @@ map_options
        . unionModuleOpt 
 
 map_plugin = Plugin { name = "map"
-                      , usage = "[OPTION] .. <TIX_FILE> [<TIX_FILE> [<TIX_FILE> ..]]" 
+                      , usage = "[OPTION] .. <TIX_FILE> "
                       , options = map_options 
                       , summary = "Map a function over a single .tix file"
                       , implementation = map_main