mirror of https://github.com/containers/podman.git
Merge pull request #23635 from crd477/patch-1
remove trailing comma in example
This commit is contained in:
commit
951f774864
|
|
@ -24,7 +24,7 @@ var (
|
|||
RunE: unshare,
|
||||
ValidArgsFunction: completion.AutocompleteDefault,
|
||||
Example: `podman unshare id
|
||||
podman unshare cat /proc/self/uid_map,
|
||||
podman unshare cat /proc/self/uid_map
|
||||
podman unshare podman-script.sh`,
|
||||
}
|
||||
)
|
||||
|
|
|
|||
Loading…
Reference in New Issue