Skip to content

Commit

Permalink
add wordings with glob patterns for cmd arg usages
Browse files Browse the repository at this point in the history
Signed-off-by: Weihang Lo <[email protected]>
  • Loading branch information
weihanglo authored and guangbochen committed Nov 9, 2021
1 parent f5527cc commit 119dc23
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ func main() {
&cli.StringFlag{
Name: "label-filter",
EnvVars: []string{"NDM_LABEL_FILTER"},
Usage: "A string of comma-separated glob pattern that you want to exclude for block device filesystem label filter",
Usage: "A string of comma-separated glob patterns that you want to exclude for block device filesystem label filter",
Destination: &opt.LabelFilter,
},
&cli.Int64Flag{
Expand All @@ -122,7 +122,7 @@ func main() {
&cli.StringFlag{
Name: "auto-provision-filter",
EnvVars: []string{"NDM_AUTO_PROVISION_FILTER"},
Usage: "A string of comma-separated values that auto-provisions devices matching provided device path",
Usage: "A string of comma-separated glob patterns that auto-provisions devices matching provided device path",
Destination: &opt.AutoProvisionFilter,
},
}
Expand Down

0 comments on commit 119dc23

Please sign in to comment.