node/cmd: add "do not parse" notice

Change-Id: I5af53cbb306b0d8cfd9c8c262feb71ececb68fcb
This commit is contained in:
Leo 2021-08-12 12:38:35 +02:00 committed by Leopold Schabel
parent 9a030b310f
commit 29939502cc
1 changed files with 2 additions and 0 deletions

View File

@ -187,4 +187,6 @@ func runListNodes(cmd *cobra.Command, args []string) {
fmt.Printf("Missing guardian: %s\n", addr)
}
}
fmt.Println("\n[do not parse - use the gRPC or REST API for scripting]")
}