@@ -1989,7 +1989,7 @@ Print this message or the help of the given subcommand(s)
1989
1989
Usage: myapp help [COMMAND]...
1990
1990
1991
1991
Arguments:
1992
- [COMMAND]... The subcommand whose help message to display
1992
+ [COMMAND]... Print help for the subcommand(s)
1993
1993
" ;
1994
1994
1995
1995
let cmd = Command :: new ( "myapp" )
@@ -2006,7 +2006,7 @@ Print this message or the help of the given subcommand(s)
2006
2006
Usage: myapp subcmd help [COMMAND]...
2007
2007
2008
2008
Arguments:
2009
- [COMMAND]... The subcommand whose help message to display
2009
+ [COMMAND]... Print help for the subcommand(s)
2010
2010
" ;
2011
2011
2012
2012
let cmd = Command :: new ( "myapp" )
@@ -2054,7 +2054,7 @@ Print this message or the help of the given subcommand(s)
2054
2054
Usage: myapp help [COMMAND]...
2055
2055
2056
2056
Arguments:
2057
- [COMMAND]... The subcommand whose help message to display
2057
+ [COMMAND]... Print help for the subcommand(s)
2058
2058
" ;
2059
2059
2060
2060
let cmd = Command :: new ( "myapp" )
@@ -2561,7 +2561,7 @@ Print this message or the help of the given subcommand(s)
2561
2561
Usage: example help [COMMAND]...
2562
2562
2563
2563
Arguments:
2564
- [COMMAND]... The subcommand whose help message to display
2564
+ [COMMAND]... Print help for the subcommand(s)
2565
2565
" ,
2566
2566
false ,
2567
2567
) ;
@@ -2603,7 +2603,7 @@ Print this message or the help of the given subcommand(s)
2603
2603
Usage: example help [COMMAND]...
2604
2604
2605
2605
Arguments:
2606
- [COMMAND]... The subcommand whose help message to display
2606
+ [COMMAND]... Print help for the subcommand(s)
2607
2607
" ,
2608
2608
false ,
2609
2609
) ;
0 commit comments