[BUG]: cert-csi help message uses wrong name of "csi-cert" #938
Labels
area/cert-csi
Issues pertaining to Cert CSI
type/bug
Something isn't working. This is the default label associated with a bug issue.
Milestone
Bug Description
when check cert-csi help menu, it wrongly use a "csi-cert". it's just a typo.
[root@registry ~]# ./cert-csi -h
[2023-08-08 03:54:33] INFO Starting cert-csi; ver. 0.8.1
NAME:
csi-cert - unified method of benchmarking and certification of csi drivers
USAGE:
cert-csi [global options] command [command options] [arguments...]
VERSION:
0.8.1
here is the main code
func main() {
app := cli.NewApp()
app.Name = "csi-cert"
app.Version = "0.8.1"
app.Usage = "unified method of benchmarking and certification of csi drivers"
app.EnableBashCompletion = true
Logs
no log
Screenshots
No response
Additional Environment Information
No response
Steps to Reproduce
check cert-csi help menu
./cert-csi -h
Expected Behavior
all content of "cert-csi" are consistent
CSM Driver(s)
CSI driver for powerstore
Installation Type
No response
Container Storage Modules Enabled
No response
Container Orchestrator
K8s 1.24.4
Operating System
debian 11
The text was updated successfully, but these errors were encountered: