Include URL to upnpresources.zip in flag help.
This commit is contained in:
parent
9278656124
commit
d2cb593349
@ -31,7 +31,9 @@ var (
|
|||||||
outputDir = flag.String("output_dir", "", "Path to directory to write output in.")
|
outputDir = flag.String("output_dir", "", "Path to directory to write output in.")
|
||||||
srvManifests = flag.String("srv_manifests", "", "Path to srvmanifests.toml")
|
srvManifests = flag.String("srv_manifests", "", "Path to srvmanifests.toml")
|
||||||
srvTemplate = flag.String("srv_template", "", "Path to srv.gotemplate.")
|
srvTemplate = flag.String("srv_template", "", "Path to srv.gotemplate.")
|
||||||
upnpresourcesZip = flag.String("upnpresources_zip", "", "Path to upnpresources.zip.")
|
upnpresourcesZip = flag.String("upnpresources_zip", "",
|
||||||
|
"Path to upnpresources.zip, downloaded from "+
|
||||||
|
"https://openconnectivity.org/upnp-specs/upnpresources.zip.")
|
||||||
)
|
)
|
||||||
|
|
||||||
const soapActionInterface = "SOAPActionInterface"
|
const soapActionInterface = "SOAPActionInterface"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user