Skip to content

Commit

Permalink
🧹 improve gcp provider help (#3717)
Browse files Browse the repository at this point in the history
  • Loading branch information
chris-rock authored Apr 7, 2024
1 parent 5e7583c commit 97ba28c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions providers/gcp/config/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,25 +50,25 @@ var Config = plugin.Provider{
Long: "repository",
Type: plugin.FlagType_String,
Default: "",
Desc: "specify the GCR repository to scan (only used for gcr sub command)",
Desc: "[gcp gcr] specify the GCR repository to scan",
},
{
Long: "project-id",
Type: plugin.FlagType_String,
Default: "",
Desc: "specify the GCP project ID where the target instance is located",
Desc: "[gcp snapshot, gcp instance] specify the GCP project ID where the target instance is located",
},
{
Long: "zone",
Type: plugin.FlagType_String,
Default: "",
Desc: "specify the GCP zone where the target instance is located",
Desc: "[gcp snapshot, gcp instance] specify the GCP zone where the target instance is located",
},
{
Long: "create-snapshot",
Type: plugin.FlagType_Bool,
Default: "false",
Desc: "create a new snapshot instead of using the latest available snapshot (only used for instance)",
Desc: "[gcp snapshot, gcp instance] create a new snapshot instead of using the latest available snapshot (only used for instance)",
},
},
},
Expand Down

0 comments on commit 97ba28c

Please sign in to comment.