1
0
mirror of https://github.com/kellyjonbrazil/jc.git synced 2025-06-17 00:07:37 +02:00

doc update

This commit is contained in:
Kelly Brazil
2022-02-08 14:45:33 -08:00
parent c732f75944
commit 184ef3a1fa
3 changed files with 11 additions and 3 deletions

View File

@ -9,7 +9,7 @@ Supports the `-i` or `--itemize-changes` options with all levels of
verbosity.
Will also process the rsync log file generated with the `--log-file`
option.
option and the `-i` or `--itemize-changes` options.
Usage (cli):
@ -19,6 +19,10 @@ Usage (cli):
$ jc rsync -i -a source/ dest
or
$ cat rsync-backup.log | jc --rsync
Usage (module):
import jc

View File

@ -11,12 +11,16 @@ Supports the `-i` or `--itemize-changes` options with all levels of
verbosity.
Will also process the rsync log file generated with the `--log-file`
option.
option and the `-i` or `--itemize-changes` options.
Usage (cli):
$ rsync -i -a source/ dest | jc --rsync-s
or
$ cat rsync-backup.log | jc --rsync-s
Usage (module):
import jc