From c5cf8b32fb60c250f7829c37f0c20ca41edbfe90 Mon Sep 17 00:00:00 2001 From: vmagnin Date: Mon, 1 Nov 2021 10:58:33 +0100 Subject: [PATCH] Fixed 2 typos --- src/taptempo.f90 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/taptempo.f90 b/src/taptempo.f90 index 9d0140d..03b1850 100644 --- a/src/taptempo.f90 +++ b/src/taptempo.f90 @@ -30,12 +30,12 @@ subroutine print_version subroutine print_options print '(A)' - print '(A)', "Usage : taptempo [options]" + print '(A)', "Usage: taptempo [options]" print '(A)' print '(A)', "Options :" print '(A)', " -h, --help display this help message" print '(A)', " -o, --output save the results in the taptempo.txt file" - print '(A)', " -p, --precision change the number of decimal for the tempo," + print '(A)', " -p, --precision change the number of decimals for the tempo," print '(A)', " the default is 0 decimal places, the max is 5 decimals" print '(A)', " -r, --reset-time change the time in seconds to reset the calculation," print '(A)', " the default is 5 seconds"