make use a little more helpful
This commit is contained in:
parent
6265f7fc0d
commit
a1b6c73da9
|
|
@ -44,7 +44,7 @@ func gcd(cmd *cobra.Command, args []string) {
|
|||
|
||||
// gcdCmd represents the gcd command
|
||||
var gcdCmd = &cobra.Command{
|
||||
Use: "gcd",
|
||||
Use: "gcd N N [N ...]",
|
||||
Short: "Compute the greatest common denominator of a set of numbers",
|
||||
Long: `Compute the greatest common denominator of a set of numbers.`,
|
||||
Args: cobra.MinimumNArgs(2),
|
||||
|
|
|
|||
Loading…
Reference in New Issue