From 45e9a6b12e74d50b8f6ab271c7800cb165f451e4 Mon Sep 17 00:00:00 2001 From: Daniel J Walsh Date: Tue, 14 Jan 2020 18:55:20 -0500 Subject: Remove c.String(net) We have a lot of cludgy code trying to make --net and --network equivalent. This will allow --net to still exists but will eliminate the help and confusion. Signed-off-by: Daniel J Walsh --- cmd/podman/run.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/podman/run.go') diff --git a/cmd/podman/run.go b/cmd/podman/run.go index a6468f225..caa594682 100644 --- a/cmd/podman/run.go +++ b/cmd/podman/run.go @@ -25,7 +25,7 @@ var ( return runCmd(&runCommand) }, Example: `podman run imageID ls -alF /etc - podman run --net=host imageID dnf -y install java + podman run --network=host imageID dnf -y install java podman run --volume /var/hostdir:/var/ctrdir -i -t fedora /bin/bash`, } ) -- cgit v1.2.3-54-g00ecf