Changed usage text

This commit is contained in:
David Paz 2017-06-29 09:34:57 +02:00
parent a2019d23fc
commit 06bc5265b7

View File

@ -100,7 +100,7 @@ func main() {
func usage() {
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],
)
}