Skip to content

Commit

Permalink
Merge pull request #23635 from crd477/patch-1
Browse files Browse the repository at this point in the history
remove trailing comma in example
  • Loading branch information
openshift-merge-bot[bot] authored Aug 15, 2024
2 parents 48c8994 + 478b262 commit 951f774
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/podman/system/unshare.go
Original file line number Diff line number Diff line change
Expand Up @@ -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`,
}
)
Expand Down

0 comments on commit 951f774

Please sign in to comment.