diff options
author | Abhijeet Kasurde <akasurde@redhat.com> | 2020-02-19 17:14:20 +0530 |
---|---|---|
committer | Abhijeet Kasurde <akasurde@redhat.com> | 2020-02-19 17:14:20 +0530 |
commit | 7f411cb325986e88f1b04c2fc2a0e17a9e283ddf (patch) | |
tree | 997286c76812ee9760bb052b54cc4a134d7f0338 /cmd/podman/cliconfig | |
parent | 88a8d9e3fa19cf16b19716cb03fa457d98056010 (diff) | |
download | podman-7f411cb325986e88f1b04c2fc2a0e17a9e283ddf.tar.gz podman-7f411cb325986e88f1b04c2fc2a0e17a9e283ddf.tar.bz2 podman-7f411cb325986e88f1b04c2fc2a0e17a9e283ddf.zip |
Review comments
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
Diffstat (limited to 'cmd/podman/cliconfig')
-rw-r--r-- | cmd/podman/cliconfig/config.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/podman/cliconfig/config.go b/cmd/podman/cliconfig/config.go index d9b42b99f..ccc30c603 100644 --- a/cmd/podman/cliconfig/config.go +++ b/cmd/podman/cliconfig/config.go @@ -260,7 +260,7 @@ type LogsValues struct { Tail int64 Timestamps bool Latest bool - UseNames bool + UseName bool } type MountValues struct { |