Merge pull request #56 from dpaz/issue55

Changed usage text
This commit is contained in:
dpaz 2017-06-29 10:04:36 +02:00 committed by GitHub
commit 9de4d35959

View File

@ -100,7 +100,7 @@ func main() {
func usage() { func usage() {
fmt.Fprintf( fmt.Fprintf(
os.Stderr, "enry, A simple (and faster) implementation of github/linguist \nusage: %s <path>\n %s <path> [-json] [-breakdown]\n %s [-json] [-breakdown]\n", os.Stderr, "enry, A simple (and faster) implementation of github/linguist \nusage: %s <path>\n %s [-json] [-breakdown] <path>\n %s [-json] [-breakdown]\n",
os.Args[0], os.Args[0], os.Args[0], os.Args[0], os.Args[0], os.Args[0],
) )
} }