Skip to content

Commit 96e5d4a

Browse files
docs(bee-dev): enhance dev command description with short and long description
1 parent 5175bf3 commit 96e5d4a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

cmd/bee/cmd/start_dev.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ func (c *command) initStartDevCmd() (err error) {
2020

2121
cmd := &cobra.Command{
2222
Use: "dev",
23-
Short: "WARNING: This command will be deprecated soon. For more information, please refer to the official documentation: https://docs.ethswarm.org/docs/develop/tools-and-features/bee-dev-mode and check back regularly for updates.",
23+
Short: "Start in dev mode. WARNING: This command will be deprecated soon.",
24+
Long: "WARNING: This command will be deprecated soon. For more information, please refer to the official documentation: https://docs.ethswarm.org/docs/develop/tools-and-features/bee-dev-mode and check back regularly for updates.",
2425
PersistentPreRunE: c.CheckUnknownParams,
2526
RunE: func(cmd *cobra.Command, args []string) (err error) {
2627
if len(args) > 0 {

0 commit comments

Comments
 (0)