add more help text

This commit is contained in:
filifa 2025-09-06 00:43:51 -04:00
parent 58d9185296
commit 4978ec7834
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ func pell(cmd *cobra.Command, args []string) {
var pellCmd = &cobra.Command{ var pellCmd = &cobra.Command{
Use: "pell", Use: "pell",
Short: "Find solutions to a Pell equation", Short: "Find solutions to a Pell equation",
Long: `Find solutions to a Pell equation.`, Long: `Find solutions to a Pell equation x^2 - dy^2 = 1.`,
Run: pell, Run: pell,
} }