Merge pull request #112 from hasIan/misc_cleanup

Small miscellaneous cleanup
This commit is contained in:
Ian Molee 2016-12-07 20:42:37 -05:00 коммит произвёл GitHub
Родитель 5cecfb2704 f610ad57bb
Коммит ec37df44ae
3 изменённых файлов: 27 добавлений и 26 удалений

Просмотреть файл

@ -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()
}

Различия файлов скрыты, потому что одна или несколько строк слишком длинны