laneya2

cave exploration game
git clone https://git.ce9e.org/laneya2.git

commit
54782199626931095c38e35030f883193e7bcae7
parent
0fde94ad69bf26cac026965f16d66119ffc97117
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2024-10-10 05:29
fix double usage line

Diffstat

M server.go 1 -

1 files changed, 0 insertions, 1 deletions


diff --git a/server.go b/server.go

@@ -163,7 +163,6 @@ func main() {
  163   163 	dumpItems := false
  164   164 
  165   165 	flag.Usage = func() {
  166    -1 		fmt.Fprintf(os.Stderr, "laneya [-v] [-s] [port]\n")
  167   166 		fmt.Fprintf(os.Stderr, "laneya [-v] [-s] [--dump-items] [port]\n")
  168   167 		flag.PrintDefaults()
  169   168 	}