diff options
author | Andinus <andinus@nand.sh> | 2020-06-16 01:41:31 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-16 01:41:31 +0530 |
commit | f1477cdab1454bba261bed22d989857d04a4ba9b (patch) | |
tree | d190503caed0158471e43b5531b0f24d558aeea2 | |
parent | b47c516b8c094a2f4e962e97116606e039caed34 (diff) | |
download | ara-f1477cdab1454bba261bed22d989857d04a4ba9b.tar.gz |
Describe showdelta in README, add changes about help option
help message was getting too cluttered so I removed nototal from there.
-rw-r--r-- | README.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/README.org b/README.org index c45c615..0e83ccf 100644 --- a/README.org +++ b/README.org @@ -53,6 +53,9 @@ n=, where =n= is an integer. =ara= will only print maximum these many number of rows, if you pass 0 or a negative number then =ara= will ignore it & print all the rows. +*** showdelta +This will show delta values for every row, default is to show delta only +on rows that were updated "Today". *** nodelta This will remove delta values from every column. *** nototal @@ -167,6 +170,9 @@ if ( scalar @to_show ) { *** help =help= will print help for =ara= which will have little information about all these options listed above. + +- =nototal= was removed from =help= because =hide= option does the same thing + & is recommended. ** Cross-platform compatibility Previously =ara= had OpenBSD specific code & would simply fail to run on other OSes, now it runs on all platforms. There is still OpenBSD |