add more help text
This commit is contained in:
@@ -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,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user