aboutsummaryrefslogtreecommitdiff
path: root/html2md_cliDef.go
diff options
context:
space:
mode:
authorAntonioSun <[email protected]>2024-02-19 14:37:30 -0500
committerAntonioSun <[email protected]>2024-02-19 14:42:29 -0500
commitb194d45263a3ce8627eb93f1132ed2bc408687f6 (patch)
tree8af5f3ee436bb2d79fb79acd43108793108ad0ee /html2md_cliDef.go
parent- [#] use upstream v1.5.0, and enable youtube plugins (diff)
downloadhtml2md-1.5.0.tar.xz
html2md-1.5.0.zip
- [#] update READMEv1.5.0
Diffstat (limited to 'html2md_cliDef.go')
-rw-r--r--html2md_cliDef.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/html2md_cliDef.go b/html2md_cliDef.go
index f61bfca..a2c9f31 100644
--- a/html2md_cliDef.go
+++ b/html2md_cliDef.go
@@ -55,7 +55,7 @@ type rootT struct {
var root = &cli.Command{
Name: "html2md",
Desc: "HTML to Markdown\nVersion " + version + " built on " + date +
- "\nCopyright (C) 2020-2023, Tong Sun",
+ "\nCopyright (C) 2020-2024, Tong Sun",
Text: "HTML to Markdown converter on command line" +
"\n\nUsage:\n html2md [Options...]",
Argv: func() interface{} { return new(rootT) },