File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# ! /usr/bin/env tclsh
22# tinyfts: a very small standalone full-text search HTTP server.
33# ==============================================================================
4- # Copyright (c) 2019-2022, 2024 D. Bohdan
4+ # Copyright (c) 2019-2022, 2024-2025 D. Bohdan
55# and contributors listed in AUTHORS
66#
77# Permission is hereby granted, free of charge, to any person obtaining a copy
@@ -54,7 +54,7 @@ set state [dict merge {
5454 }
5555
5656 rate {}
57- version 0.8.0
57+ version 0.8.1
5858} $state ]
5959
6060set config {
@@ -701,7 +701,7 @@ proc cli::usage me {
701701
702702
703703proc cli::start {argv0 argv} {
704- if {$argv in {-v -version --version}} {
704+ if {$argv in {-V - v -version --version}} {
705705 puts stderr [state::get version]
706706 exit 0
707707 }
You can’t perform that action at this time.
0 commit comments