8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc6a90d commit f5bf38cCopy full SHA for f5bf38c
main.go
@@ -7,7 +7,7 @@ import (
7
)
8
9
const (
10
- usageTitle = "the title of leetcode problem, without the number."
+ usageTitle = "the url keyword of leetcode problem, such as: 'plus-one'"
11
usageURL = "the url of leetcode problem."
12
usageMarkdown = "load and rendering markdown template, and save to TEMPLATE.md."
13
usageHelp = "prints a usage message documenting all defined command-line flags."
0 commit comments