make dead output consistent with other trust setting commands
This commit is contained in:
parent
72ab02ca48
commit
bf72c2c7fe
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ seek = [withWords start]
|
||||||
start :: [String] -> CommandStart
|
start :: [String] -> CommandStart
|
||||||
start ws = do
|
start ws = do
|
||||||
let name = unwords ws
|
let name = unwords ws
|
||||||
showStart "dead " name
|
showStart "dead" name
|
||||||
u <- Remote.nameToUUID name
|
u <- Remote.nameToUUID name
|
||||||
next $ perform u
|
next $ perform u
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue