diff options
author | Chris Schlaeger <chris@linux.com> | 2014-11-17 00:02:09 +0100 |
---|---|---|
committer | Chris Schlaeger <chris@linux.com> | 2014-11-17 00:02:09 +0100 |
commit | fe7c20ba45d49c8d09d873e1bc6df026d4f260a1 (patch) | |
tree | 8600e6c6718a847509bee8b2e454a36bf7a4eb96 | |
parent | a33244e3eac0505ed737617583e7a1aa5bfc32bf (diff) | |
download | postrunner-fe7c20ba45d49c8d09d873e1bc6df026d4f260a1.zip |
Clarify help text.
-rw-r--r-- | lib/postrunner/Main.rb | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/lib/postrunner/Main.rb b/lib/postrunner/Main.rb index 6cb4f90..32dc254 100644 --- a/lib/postrunner/Main.rb +++ b/lib/postrunner/Main.rb @@ -133,9 +133,10 @@ list records List all personal records. -rename <ref> - Replace the FIT file name with a more meaningful name that describes - the activity. +rename <new name> <ref> + For the specified activities replace current activity name with a + new name that describes the activity. By default the activity name + matches the FIT file name. show [ <ref> ] Show the referenced FIT activity in a web browser. If no reference @@ -144,7 +145,7 @@ show [ <ref> ] summary <ref> Display the summary information for the FIT file. -units metric | statute +units <metric | statute> Change the unit system. @@ -154,6 +155,7 @@ units metric | statute :1 is the newest imported activity :-1 is the oldest imported activity :1-2 refers to the first and second activity in the database + :1--1 refers to all activities EOT end |