Fix golint warnings
Signed-off-by: Alexander Morozov <lk4d4@docker.com>
This commit is contained in:
parent
e37f5839e8
commit
14396c9092
5 changed files with 7 additions and 6 deletions
|
@ -589,7 +589,7 @@ var Usage = func() {
|
|||
PrintDefaults()
|
||||
}
|
||||
|
||||
// Usage prints to standard error a usage message documenting the standard command layout
|
||||
// ShortUsage prints to standard error a usage message documenting the standard command layout
|
||||
// The function is a variable that may be changed to point to a custom function.
|
||||
var ShortUsage = func() {
|
||||
fmt.Fprintf(CommandLine.output, "Usage of %s:\n", os.Args[0])
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue