]> Sergey Matveev's repositories - meta4ra.git/blobdiff - cmd/meta4ra/create.go
Unify redirection operator usage
[meta4ra.git] / cmd / meta4ra / create.go
index f7d17b0854a9c68ffecf0bae97811126df0a5821..35fc136267e8d221a6e8948ba7e86833ee04052a 100644 (file)
@@ -46,7 +46,7 @@ func runCreate() {
        torrent := flag.String("torrent", "", "Torrent URL")
        flag.Usage = func() {
                fmt.Fprintf(flag.CommandLine.Output(),
-                       "Usage: %s [options] [URL ...] < data > data.meta4\n", os.Args[0])
+                       "Usage: %s [options] [URL ...] <data >data.meta4\n", os.Args[0])
                flag.PrintDefaults()
        }
        flag.Parse()