gen-manifests: add descriptions for command line flags
This commit is contained in:
parent
8adb502aa0
commit
5e14c34462
1 changed files with 3 additions and 3 deletions
|
|
@ -305,9 +305,9 @@ func mergeOverrides(base, overrides composeRequest) composeRequest {
|
|||
}
|
||||
|
||||
func main() {
|
||||
outputDirFlag := flag.String("output", "test/data/manifests.plain/", "")
|
||||
nWorkersFlag := flag.Int("workers", 16, "")
|
||||
cacheRootFlag := flag.String("cache", "/tmp/rpmmd", "")
|
||||
outputDirFlag := flag.String("output", "test/data/manifests.plain/", "manifest store directory")
|
||||
nWorkersFlag := flag.Int("workers", 16, "number of workers to run concurrently")
|
||||
cacheRootFlag := flag.String("cache", "/tmp/rpmmd", "rpm metadata cache directory")
|
||||
flag.Parse()
|
||||
|
||||
outputDir := *outputDirFlag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue