mirror of
https://github.com/containers/podman.git
synced 2025-12-07 22:32:46 +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:
@@ -29,7 +29,7 @@ var (
|
||||
},
|
||||
cli.BoolTFlag{
|
||||
Name: "sig-proxy",
|
||||
Usage: "proxy received signals to the process (default true if attaching, false otherwise)",
|
||||
Usage: "Proxy received signals to the process (default true if attaching, false otherwise)",
|
||||
},
|
||||
LatestFlag,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user