mirror of
https://github.com/containers/podman.git
synced 2025-10-18 19:53:58 +08:00
Merge pull request #23635 from crd477/patch-1
remove trailing comma in example
This commit is contained in:
@ -24,7 +24,7 @@ var (
|
|||||||
RunE: unshare,
|
RunE: unshare,
|
||||||
ValidArgsFunction: completion.AutocompleteDefault,
|
ValidArgsFunction: completion.AutocompleteDefault,
|
||||||
Example: `podman unshare id
|
Example: `podman unshare id
|
||||||
podman unshare cat /proc/self/uid_map,
|
podman unshare cat /proc/self/uid_map
|
||||||
podman unshare podman-script.sh`,
|
podman unshare podman-script.sh`,
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user