policygen: Improve help text

This commit is contained in:
Hector Sanjuan 2019-05-16 12:07:02 +02:00
parent 59fdff97f2
commit 305096da94

View File

@ -54,8 +54,10 @@ func main() {
fmt.Fprintln(os.Stderr, `
// The below generated policy keeps the endpoint types
// from the existing one, marking new endpoints as NEW. Redirect stdout
// into rpc_policy.go and set the NEW endpoints to their correct type (make
// sure you have recompiled this binary with the current version of the code).
// into ../../rpc_policy.go and set the NEW endpoints to their correct
// type (make sure you have recompiled this binary with the current version
// of the code). If you are redirecting already, and things went fine, you
// should only see this message.
============================================================================`)
fmt.Fprintln(os.Stderr)