URI: 
       tfix help text - vaccinewars - be a doctor and try to vaccinate the world
  HTML git clone git://src.adamsgaard.dk/vaccinewars
   DIR Log
   DIR Files
   DIR Refs
   DIR README
   DIR LICENSE
       ---
   DIR commit 4111d4c3240f60c003d6a464ce178f47e505a2c2
   DIR parent 5f2d7d5d8f6cd3cd1ea2fa9467aed47ccdbc4a72
  HTML Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri, 21 May 2021 10:52:29 +0200
       
       fix help text
       
       Diffstat:
         M src/curses_client/curses_client.c   |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/curses_client/curses_client.c b/src/curses_client/curses_client.c
       t@@ -371,7 +371,7 @@ void display_intro(void)
          mvaddstr(19, 7, _("Unconstructive Criticism      James Matthews"));
        
          mvaddcentstr(21, _("For information on the command line options, type "
       -                     "dopewars -h at your"));
       +                     "vaccinewars -h at your"));
          mvaddcentstr(22, _("Unix prompt. This will display a help screen, listing "
                             "the available options."));