From d740d8144e9ff1ed5b07f61f48f4fbb04a7787a0 Mon Sep 17 00:00:00 2001 From: James Tomasino Date: Sun, 11 Oct 2020 13:57:39 +0000 Subject: [PATCH] cleaning up typo in docs --- README.txt | 26 +++++++++++++------------- track.1 | 4 ++-- 2 files changed, 15 insertions(+), 15 deletions(-) diff --git a/README.txt b/README.txt index fc4e1c5..dfa230e 100644 --- a/README.txt +++ b/README.txt @@ -1,4 +1,4 @@ -TRACK(1) General Commands Manual TRACK(1) +TRACK(1) General Commands Manual TRACK(1) NAME track - a minimalistic data tracker @@ -7,16 +7,16 @@ SYNOPSIS track [options] [] DESRIPTION - Using the command line, track allows you to enter one and only one - data point on any metric per day. It's great for tracking your weight - or how many cups of coffee you drank. track logs your data for each - given metric to a CSV file. If you track the same metric twice in the - same day, the data is updated. Data need not be numeric. + Using the command line, track allows you to enter one and only one data + point on any metric per day. It's great for tracking your weight or how + many cups of coffee you drank. track logs your data for each given + metric to a CSV file. If you track the same metric twice in the same + day, the data is updated. Data need not be numeric. OPTIONS - Setting the $TRACK_DIR environment variable will change the default - location where the data is stored. If it is not set the current di‐ - rectory is used. + Setting the $TRACK_DIR environment variable will change the default lo‐ + cation where the data is stored. If it is not set the current direc‐ + tory is used. -a Show all values of a metric @@ -42,8 +42,8 @@ EXAMPLES track -n 10 calories Show last 10 days calorie values - track mood `tired and hungry' - Show last value logged for mood + track mood tired and hungry + Log a multi-word phrase as the value for your current mood track mood Show last value logged for mood @@ -54,10 +54,10 @@ LICENSE https://www.gnu.org/licenses/gpl-3.0-standalone.html BUGS - Report issues at the git repository at https://github.com/jamestom‐ + Report issues at the git repository at https://github.com/jamestom‐ asino/track AUTHOR James Tomasino -v2020.10.11 11 Oct 2020 TRACK(1) +v2020.10.11 11 Oct 2020 TRACK(1) diff --git a/track.1 b/track.1 index cd303bb..7909e5e 100644 --- a/track.1 +++ b/track.1 @@ -54,8 +54,8 @@ Log 150lbs for today's weight .B track -n 10 calories Show last 10 days calorie values .TP -.B track mood `tired and hungry' -Show last value logged for mood +.B track mood "tired and hungry" +Log a multi-word phrase as the value for your current mood .TP .B track mood Show last value logged for mood