Merge pull request #112 from hasIan/misc_cleanup
Small miscellaneous cleanup
This commit is contained in:
Коммит
ec37df44ae
|
@ -5,6 +5,7 @@ package handler
|
|||
|
||||
import (
|
||||
"errors"
|
||||
|
||||
"golang.org/x/net/context"
|
||||
|
||||
pb "github.com/TuneLab/go-truss/cmd/_integration-tests/transport/transport-service"
|
||||
|
|
|
@ -54,7 +54,7 @@ func init() {
|
|||
if buildinfo != "" {
|
||||
fmt.Fprintf(os.Stderr, "%s (%s)\n", binName, strings.TrimSpace(buildinfo))
|
||||
}
|
||||
fmt.Fprintf(os.Stderr, "Usage: %s [OPTIONS] protofile [protofile2...protofileN]\n", binName)
|
||||
fmt.Fprintf(os.Stderr, "Usage: %s [options] <protofile>...\n", binName)
|
||||
flag.PrintDefaults()
|
||||
}
|
||||
|
||||
|
|
Различия файлов скрыты, потому что одна или несколько строк слишком длинны
Загрузка…
Ссылка в новой задаче