URI: 
       Forgot about -h. - vtv-tools - virtual terminal video tools
  HTML git clone git://bitreich.org/vtv-tools  git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfrinws65d7roiv6bfj7d652fid.onion/vtv-tools
   DIR Log
   DIR Files
   DIR Refs
   DIR Tags
   DIR README
   DIR LICENSE
       ---
   DIR commit 331634ec6b52c5c8d5ac59ef3d950bae0d24c24c
   DIR parent 3995532c578c1894a08817a4b6c463bcb892243f
  HTML Author: Troels Henriksen <athas@sigkill.dk>
       Date:   Tue, 28 May 2024 14:49:53 +0200
       
       Forgot about -h.
       
       Diffstat:
         M src/vtv-player.c                    |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
   DIR diff --git a/src/vtv-player.c b/src/vtv-player.c
       @@ -47,7 +47,7 @@ int main(int argc, char* argv[]) {
              }
              // fallthrough
            default:
       -      fprintf(stderr, "Usage: %s [-r INT] FILE\n", argv[0]);
       +      fprintf(stderr, "Usage: %s [-r INT] [-h INT] FILE\n", argv[0]);
              exit(1);
            }
          }