make the stopped node output clarify

pull/6963/head
Kenta Iso 2020-03-09 21:43:13 +09:00
parent 4f685df202
commit 5ee6f77f72
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func runStop(cmd *cobra.Command, args []string) {
nonexistent := stop(api, *cc, n)
if !nonexistent {
out.T(out.Stopped, `"{{.node_name}}" stopped.`, out.V{"node_name": n.Name})
out.T(out.Stopped, `Node: "{{.node_name}}" stopped.`, out.V{"node_name": n.Name})
}
}