Lines Matching refs:Stderr
56 fmt.Fprintln(os.Stderr, "usage: zip2zip -i zipfile -o zipfile [-s|-j] [-t] [filespec]...")
58 fmt.Fprintln(os.Stderr, " filespec:")
59 fmt.Fprintln(os.Stderr, " <name>")
60 fmt.Fprintln(os.Stderr, " <in_name>:<out_name>")
61 fmt.Fprintln(os.Stderr, " <glob>[:<out_dir>]")
62 fmt.Fprintln(os.Stderr, "")
63 …fmt.Fprintln(os.Stderr, "<glob> uses the rules at https://godoc.org/github.com/google/blueprint/pa…
64 fmt.Fprintln(os.Stderr, "")
65 …fmt.Fprintln(os.Stderr, "Files will be copied with their existing compression from the input zipfi…
66 fmt.Fprintln(os.Stderr, "the output zipfile, in the order of filespec arguments.")
67 fmt.Fprintln(os.Stderr, "")
68 fmt.Fprintln(os.Stderr, "If no filepsec is provided all files and directories are copied.")