summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-01-28 11:39:56 -0800
committerGitHub <noreply@github.com>2020-01-28 11:39:56 -0800
commitd8f2333b29765d3407f90b062bfb40e43133d5e8 (patch)
tree32654bc1142693fb50d0c462a814822aa3d08c72 /cmd
parent8692467ad7250ebb270f90b368434e48ad74ed2f (diff)
parentd42b064c8cc3567e247d65d7f1dc207e2250394e (diff)
downloadpodman-d8f2333b29765d3407f90b062bfb40e43133d5e8.tar.gz
podman-d8f2333b29765d3407f90b062bfb40e43133d5e8.tar.bz2
podman-d8f2333b29765d3407f90b062bfb40e43133d5e8.zip
Merge pull request #4984 from baude/pullarchoverride
expose --arch-override option for pull
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/pull.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/cmd/podman/pull.go b/cmd/podman/pull.go
index c6baf6b61..1cbb3f45e 100644
--- a/cmd/podman/pull.go
+++ b/cmd/podman/pull.go
@@ -55,7 +55,6 @@ func init() {
flags.StringVar(&pullCommand.Creds, "creds", "", "`Credentials` (USERNAME:PASSWORD) to use for authenticating to a registry")
flags.BoolVarP(&pullCommand.Quiet, "quiet", "q", false, "Suppress output information when pulling images")
flags.StringVar(&pullCommand.OverrideArch, "override-arch", "", "use `ARCH` instead of the architecture of the machine for choosing images")
- markFlagHidden(flags, "override-arch")
flags.StringVar(&pullCommand.OverrideOS, "override-os", "", "use `OS` instead of the running OS for choosing images")
markFlagHidden(flags, "override-os")
// Disabled flags for the remote client