summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSainath Sativar <Sativar.sainath@gmail.com>2024-09-29 13:46:27 +0100
committerSainath Sativar <Sativar.sainath@gmail.com>2024-09-30 10:41:10 +0100
commite07c31068f55b433da453de54295e4d3b09dc774 (patch)
tree8c6e066ea5d11def2f8da034b48f75e48e216544 /cmd
parente1496c992acd54f75a54635f7c04915b64e906ad (diff)
adding docs for network-cmd-path
Signed-off-by: Sainath Sativar <Sativar.sainath@gmail.com>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/podman/root.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/root.go b/cmd/podman/root.go
index 1ad2cc18b..e48b497d7 100644
--- a/cmd/podman/root.go
+++ b/cmd/podman/root.go
@@ -543,7 +543,7 @@ func rootFlags(cmd *cobra.Command, podmanConfig *entities.PodmanConfig) {
pFlags.StringVar(&podmanConfig.ConmonPath, conmonFlagName, "", "Path of the conmon binary")
_ = cmd.RegisterFlagCompletionFunc(conmonFlagName, completion.AutocompleteDefault)
- // TODO (5.0): --network-cmd-path is deprecated, remove this option with the next major release
+ // TODO (6.0): --network-cmd-path is deprecated, remove this option with the next major release
// We need to find all the places that use r.config.Engine.NetworkCmdPath and remove it
networkCmdPathFlagName := "network-cmd-path"
pFlags.StringVar(&podmanConfig.ContainersConf.Engine.NetworkCmdPath, networkCmdPathFlagName, podmanConfig.ContainersConfDefaultsRO.Engine.NetworkCmdPath, "Path to the command for configuring the network")