Merge pull request #23635 from crd477/patch-1

remove trailing comma in example
This commit is contained in:
openshift-merge-bot[bot]
2024-08-15 20:15:51 +00:00
committed by GitHub

View File

@ -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`,
}
)