diff options
Diffstat (limited to 'README')
| -rw-r--r-- | README | 22 | 
1 files changed, 11 insertions, 11 deletions
| @@ -128,17 +128,17 @@ and pack a *ZBLOCK*. The ZBLOCK is then published over our IPNS zchain key.  Other options... let's try help!  ``` console -$ ak-news help -ak-news -------- -#TODO -All you need to know is that there are two options available: -help            Prints this help message -index           Prints an indexed table of your news files -import <file>   #TODO -add <file>      Creates a data file from the news file you point to -create          Vim is going to pop up, you will write and save your -                  newsletter and it's going to be saved +$ ak news -h +ak-news - Module to read, create and add zblocks +================================================ +    -h, --help                  Prints this help message +    -l, --local-index           Prints an indexed table of your news files +    -i, --import <file>         #TODO +    -a, --add <file>            Creates a data file from the news file you point to +    -r, --read <zblock>         Reads a zblock as a news data +    -c, --create                Vim is going to pop up, you will write and save your +                                newsletter and it's going to be saved +    -s, --specs                 Print specs of data block  ```  Clearly there is a TODO item. Import is not working so avoid it, or fix it. | 
