From 7b719915552d037e04a3cc7278267efa4659c7cf Mon Sep 17 00:00:00 2001 From: Tim Segers Date: Fri, 7 Oct 2022 12:06:31 +0200 Subject: Add issue tracker URL --- README.md | 5 +++-- opendeco.c | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c54cbd7..fb908f4 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![builds.sr.ht status](https://builds.sr.ht/~tsegers/opendeco/commits/main.svg)](https://builds.sr.ht/~tsegers/opendeco/commits/main?) -```Usage: opendeco [OPTION...] +```Usage: opendeco [OPTION...] Implementation of Buhlmann ZH-L16 with Gradient Factors: -d, --depth=NUMBER Set the depth of the dive in meters @@ -27,5 +27,6 @@ Examples: ./opendeco -d 30 -t 60 -g EAN32 ./opendeco -d 40 -t 120 -g 21/35 -l 20 -h 80 --decogasses Oxygen,EAN50 -Report bugs to <~tsegers/opendeco@lists.sr.ht>. +Report bugs to <~tsegers/opendeco@lists.sr.ht> or +https://todo.sr.ht/~tsegers/opendeco. ``` diff --git a/opendeco.c b/opendeco.c index 7047e8f..b9bc44e 100644 --- a/opendeco.c +++ b/opendeco.c @@ -24,7 +24,7 @@ static char doc[] = "Implementation of Buhlmann ZH-L16 with Gradient Factors:" "\t./opendeco -d 18 -t 60 -g Air\n" "\t./opendeco -d 30 -t 60 -g EAN32\n" "\t./opendeco -d 40 -t 120 -g 21/35 -l 20 -h 80 --decogasses Oxygen,EAN50\n"; -const char *argp_program_bug_address = "<~tsegers/opendeco@lists.sr.ht>"; +const char *argp_program_bug_address = "<~tsegers/opendeco@lists.sr.ht> or https://todo.sr.ht/~tsegers/opendeco"; const char *argp_program_version = "opendeco " VERSION; static struct argp_option options[] = { -- cgit v1.2.3-70-g09d2