summaryrefslogtreecommitdiff
path: root/utils/hpc/HpcCombine.hs
diff options
context:
space:
mode:
authorandy@unsafeperformio.com <unknown>2007-10-25 04:54:56 +0000
committerandy@unsafeperformio.com <unknown>2007-10-25 04:54:56 +0000
commit46935808127fe8d7a66bd52f884d2b50d3e33f6d (patch)
tree2f8d2e49e37c823bba523baa952b370f208f6345 /utils/hpc/HpcCombine.hs
parenteb2f62135747109b66e5b09cf11a73deb1c61150 (diff)
downloadhaskell-46935808127fe8d7a66bd52f884d2b50d3e33f6d.tar.gz
Fixing typo in runtime documentation for hpc, push to stable
Diffstat (limited to 'utils/hpc/HpcCombine.hs')
-rw-r--r--utils/hpc/HpcCombine.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/hpc/HpcCombine.hs b/utils/hpc/HpcCombine.hs
index f64dd674cc..b44b79d519 100644
--- a/utils/hpc/HpcCombine.hs
+++ b/utils/hpc/HpcCombine.hs
@@ -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