mirror of
https://github.com/containers/podman.git
synced 2025-12-06 05:37:49 +08:00
Capatilize all usage and descriptions
We have no consistancy in out option usages and descritions on whether or not the first letter should be capatalized. This patch forces them all to be capatilized. Signed-off-by: Daniel J Walsh <dwalsh@redhat.com>
This commit is contained in:
@@ -15,7 +15,7 @@ var (
|
||||
unpauseFlags = []cli.Flag{
|
||||
cli.BoolFlag{
|
||||
Name: "all, a",
|
||||
Usage: "unpause all paused containers",
|
||||
Usage: "Unpause all paused containers",
|
||||
},
|
||||
}
|
||||
unpauseDescription = `
|
||||
|
||||
Reference in New Issue
Block a user