summaryrefslogtreecommitdiff
path: root/Command/SetContent.hs
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2011-10-31 12:47:13 -0400
committerGravatar Joey Hess <joey@kitenet.net>2011-10-31 12:56:07 -0400
commit380839299ea8ffa2c98ce6219e62b979ede0c93b (patch)
tree9740bd5a861b9b47b2ee6ed5564a3b221137e115 /Command/SetContent.hs
parentcc1ea8f84463c7e333bfa17a815f250d8d088841 (diff)
The fromkey command now takes the key as its first parameter. The --key option is no longer used.
Diffstat (limited to 'Command/SetContent.hs')
-rw-r--r--Command/SetContent.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/SetContent.hs b/Command/SetContent.hs
index d62faa445..0ecfa34bd 100644
--- a/Command/SetContent.hs
+++ b/Command/SetContent.hs
@@ -23,7 +23,7 @@ seek = [withWords start]
start :: [FilePath] -> CommandStart
start (src:dest:[]) = do
- showStart "setkey" dest
+ showStart "setcontent" dest
next $ perform src dest
start _ = error "specify a src file and a dest file"