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
track - a minimalistic data tracker
@ -7,16 +7,16 @@ SYNOPSIS
track [options] <metric> [<value>]
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 <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
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