Skip to content

Commit 17eb344

Browse files
authored
cmd: update usage message for '--plugin-dir' flag (#92)
1 parent 03b12f9 commit 17eb344

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,6 @@ func init() {
180180
rootCmd.PersistentFlags().BoolVar(&rawArgs.colorize, "color", true, "enables colorizing the logs and diagnostics (if supported by the terminal and log format)")
181181
rootCmd.PersistentFlags().BoolVarP(&rawArgs.verbose, "verbose", "v", false, "a shortcut to --log-level debug")
182182
rootCmd.PersistentFlags().StringVar(
183-
&rawArgs.pluginsDir, "plugins-dir", "", "override for plugins dir from fabric configuration (required)",
183+
&rawArgs.pluginsDir, "plugins-dir", "", "override for plugins dir from fabric configuration",
184184
)
185185
}

0 commit comments

Comments
 (0)