aboutsummaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorOpenShift Merge Robot <openshift-merge-robot@users.noreply.github.com>2020-07-21 13:43:54 -0400
committerGitHub <noreply@github.com>2020-07-21 13:43:54 -0400
commit0291928abb27aceda429088eede903604a1e9bbd (patch)
tree4f6efed902d338c8b8eb7fdb79247b29e2551e9a /cmd
parent1b8d0e454353224a571bcec7d37240140ec7917f (diff)
parent330e9144bd49a090484ade39339b3c3453253105 (diff)
downloadpodman-0291928abb27aceda429088eede903604a1e9bbd.tar.gz
podman-0291928abb27aceda429088eede903604a1e9bbd.tar.bz2
podman-0291928abb27aceda429088eede903604a1e9bbd.zip
Merge pull request #7033 from rhatdan/v2.0
[2.0] Switch references from libpod.conf to containers.conf
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/registry/config.go2
-rw-r--r--cmd/podman/system/renumber.go2
2 files changed, 2 insertions, 2 deletions
diff --git a/cmd/podman/registry/config.go b/cmd/podman/registry/config.go
index 75e67b35d..a7e368115 100644
--- a/cmd/podman/registry/config.go
+++ b/cmd/podman/registry/config.go
@@ -70,7 +70,7 @@ func newPodmanConfig() {
// setXdgDirs ensures the XDG_RUNTIME_DIR env and XDG_CONFIG_HOME variables are set.
// containers/image uses XDG_RUNTIME_DIR to locate the auth file, XDG_CONFIG_HOME is
-// use for the libpod.conf configuration file.
+// use for the containers.conf configuration file.
func setXdgDirs() error {
if !rootless.IsRootless() {
return nil
diff --git a/cmd/podman/system/renumber.go b/cmd/podman/system/renumber.go
index ce95d42d6..464cd9c28 100644
--- a/cmd/podman/system/renumber.go
+++ b/cmd/podman/system/renumber.go
@@ -18,7 +18,7 @@ var (
podman system renumber
Migrate lock numbers to handle a change in maximum number of locks.
- Mandatory after the number of locks in libpod.conf is changed.
+ Mandatory after the number of locks in containers.conf is changed.
`
renumberCommand = &cobra.Command{