AddExtraUsage appends additional text to the end of the extra usage message.
(eu string)
| 74 | |
| 75 | // AddExtraUsage appends additional text to the end of the extra usage message. |
| 76 | AddExtraUsage(eu string) |
| 77 | |
| 78 | // Parse initializes the flags with their values for this run |
| 79 | // and returns the non-flag command line arguments. |