File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ func Execute() {
55
55
case "ngf" :
56
56
jobList = slices .Concat (jobs .CommonJobList (), jobs .NGFJobList ())
57
57
default :
58
- fmt .Printf ("Error: product must be in the following list: [nic]\n " )
58
+ fmt .Printf ("Error: product must be in the following list: [nic, ngf ]\n " )
59
59
os .Exit (1 )
60
60
}
61
61
@@ -104,8 +104,8 @@ func Execute() {
104
104
"Usage:" +
105
105
"\n nginx-supportpkg -h|--help" +
106
106
"\n nginx-supportpkg -v|--version" +
107
- "\n nginx-supportpkg [-n|--namespace] ns1 [-n|--namespace] ns2 [-p|--product] nic" +
108
- "\n nginx-supportpkg [-n|--namespace] ns1,ns2 [-p|--product] nic \n " )
107
+ "\n nginx-supportpkg [-n|--namespace] ns1 [-n|--namespace] ns2 [-p|--product] [ nic,ngf] " +
108
+ "\n nginx-supportpkg [-n|--namespace] ns1,ns2 [-p|--product] [ nic,ngf] \n " )
109
109
110
110
if err := rootCmd .Execute (); err != nil {
111
111
fmt .Println (err )
You can’t perform that action at this time.
0 commit comments