Browse Source

update help message

master
Brett Langdon 10 years ago
parent
commit
2ea1024579
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      cmd/terse/terse.go

+ 1
- 1
cmd/terse/terse.go View File

@ -9,7 +9,7 @@ import (
)
var args struct {
MaxEntries int `arg:"-m,--max,help:max number of links to keep [default: 1000]"`
MaxEntries int `arg:"-m,--max,help:max number of links to keep (\"0\" means no limit) [default: 1000]"`
Bind string `arg:"-b,--bind,help:\"[host]:<port>\" to bind the server to [default: 127.0.0.1:5892]"`
ServerURL string `arg:"-s,--server,help:base server url to generate links as (e.g. \"https://short.domain.com\") [default: \"http://<bind>\"]"`
}


Loading…
Cancel
Save