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 @@ -12,17 +12,17 @@ var SeparateInterfaceCommand = &cli.Command{
1212 Flags : []cli.Flag {
1313 & cli.StringFlag {
1414 Name : "iface-pkg-name" ,
15- Usage : "The package name where the separated models and ` Querier` will be located." ,
15+ Usage : "The package name where the separated models and Querier will be located." ,
1616 Required : true ,
1717 },
1818 & cli.StringFlag {
1919 Name : "iface-pkg-url" ,
20- Usage : "The package URL where the separated models and ` Querier` will be located (e.g. \" github.com/<user>/<repo>/path/to/pkg\" )." ,
20+ Usage : "The package URL where the separated models and Querier will be located (e.g. \" github.com/<user>/<repo>/path/to/pkg\" )." ,
2121 Required : true ,
2222 },
2323 & cli.StringFlag {
2424 Name : "iface-dir" ,
25- Usage : "The directory path where the separated models and ` Querier` will be located." ,
25+ Usage : "The directory path where the separated models and Querier will be located." ,
2626 Required : true ,
2727 },
2828 & cli.StringFlag {
You can’t perform that action at this time.
0 commit comments