summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2013-06-18 15:41:19 -0400
committerGravatar Joey Hess <joey@kitenet.net>2013-06-18 15:41:19 -0400
commit28a9e5a099ff0507642bf858720b04511d40c833 (patch)
tree4144b8cebc2d737cc8539a835d40b019dee6597b
parent7a03bdb2adf9ac6d6def3b503d2153fed47a330e (diff)
make dead output consistent with other trust setting commands
-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