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
commit 951f774864
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

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