add more help text
This commit is contained in:
parent
58d9185296
commit
4978ec7834
|
|
@ -62,7 +62,7 @@ func pell(cmd *cobra.Command, args []string) {
|
|||
var pellCmd = &cobra.Command{
|
||||
Use: "pell",
|
||||
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,
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue