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 ws = do
|
||||
let name = unwords ws
|
||||
showStart "dead " name
|
||||
showStart "dead" name
|
||||
u <- Remote.nameToUUID name
|
||||
next $ perform u
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue