summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Command/Dead.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Command/Dead.hs b/Command/Dead.hs
index 58bb093e7..180f2fda9 100644
--- a/Command/Dead.hs
+++ b/Command/Dead.hs
@@ -25,7 +25,7 @@ seek = [withWords start]
start :: [String] -> CommandStart
start ws = do
let name = unwords ws
- showStart "dead " name
+ showStart "dead" name
u <- Remote.nameToUUID name
next $ perform u