make use a little more helpful

This commit is contained in:
filifa 2025-08-11 20:48:06 -04:00
parent 6265f7fc0d
commit a1b6c73da9
1 changed files with 1 additions and 1 deletions

View File

@ -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),