mirror of
https://github.com/containers/podman.git
synced 2025-10-17 11:14:40 +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,
|
||||
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`,
|
||||
}
|
||||
)
|
||||
|
Reference in New Issue
Block a user