X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/950ae9635334cd1ca6a2738b185f6481cc3d771f..a67faeeb159323d35d2a3229c7b5d014dc175767:/services/crunch-run/crunchrun.go diff --git a/services/crunch-run/crunchrun.go b/services/crunch-run/crunchrun.go index b3d745f60e..062126d6ff 100644 --- a/services/crunch-run/crunchrun.go +++ b/services/crunch-run/crunchrun.go @@ -1161,10 +1161,10 @@ func main() { `Specify if networking should be enabled for container. One of 'default', 'always': default: only enable networking if container requests it. always: containers always have networking enabled - `) + `) networkMode := flag.String("container-network-mode", "default", `Set networking mode for container. Corresponds to Docker network mode (--net). - `) + `) flag.Parse() containerId := flag.Arg(0)