cleaning up typo in docs

This commit is contained in:
James Tomasino 2020-10-11 13:57:39 +00:00
parent fbc94f0b11
commit d740d8144e
2 changed files with 15 additions and 15 deletions

View File

@ -1,4 +1,4 @@
TRACK(1) General Commands Manual TRACK(1) TRACK(1) General Commands Manual TRACK(1)
NAME NAME
track - a minimalistic data tracker track - a minimalistic data tracker
@ -7,16 +7,16 @@ SYNOPSIS
track [options] <metric> [<value>] track [options] <metric> [<value>]
DESRIPTION DESRIPTION
Using the command line, track allows you to enter one and only one Using the command line, track allows you to enter one and only one data
data point on any metric per day. It's great for tracking your weight point on any metric per day. It's great for tracking your weight or how
or how many cups of coffee you drank. track logs your data for each many cups of coffee you drank. track logs your data for each given
given metric to a CSV file. If you track the same metric twice in the metric to a CSV file. If you track the same metric twice in the same
same day, the data is updated. Data need not be numeric. day, the data is updated. Data need not be numeric.
OPTIONS OPTIONS
Setting the $TRACK_DIR environment variable will change the default Setting the $TRACK_DIR environment variable will change the default lo
location where the data is stored. If it is not set the current di cation where the data is stored. If it is not set the current direc
rectory is used. tory is used.
-a Show all values of a metric -a Show all values of a metric
@ -42,8 +42,8 @@ EXAMPLES
track -n 10 calories track -n 10 calories
Show last 10 days calorie values Show last 10 days calorie values
track mood `tired and hungry' track mood tired and hungry
Show last value logged for mood Log a multi-word phrase as the value for your current mood
track mood track mood
Show last value logged for mood Show last value logged for mood
@ -54,10 +54,10 @@ LICENSE
https://www.gnu.org/licenses/gpl-3.0-standalone.html https://www.gnu.org/licenses/gpl-3.0-standalone.html
BUGS 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 asino/track
AUTHOR AUTHOR
James Tomasino <james (at) tomasino (dot) org> James Tomasino <james (at) tomasino (dot) org>
v2020.10.11 11 Oct 2020 TRACK(1) v2020.10.11 11 Oct 2020 TRACK(1)

View File

@ -54,8 +54,8 @@ Log 150lbs for today's weight
.B track -n 10 calories .B track -n 10 calories
Show last 10 days calorie values Show last 10 days calorie values
.TP .TP
.B track mood `tired and hungry' .B track mood "tired and hungry"
Show last value logged for mood Log a multi-word phrase as the value for your current mood
.TP .TP
.B track mood .B track mood
Show last value logged for mood Show last value logged for mood