diff --git a/src/taptempo.f90 b/src/taptempo.f90 index 0237efd..f0d73a4 100644 --- a/src/taptempo.f90 +++ b/src/taptempo.f90 @@ -40,6 +40,8 @@ subroutine print_options print '(A)', " -s, --sample-size change the number of samples needed to calculate the tempo," print '(A)', " the default is 5 samples, the minimum is 2" print '(A)', " -v, --version print the version number" + print '(A)' + print '(A)', "Home page: " end subroutine