diff --git a/docs/parsers/rsync.md b/docs/parsers/rsync.md index 5acb555c..2e0195fc 100644 --- a/docs/parsers/rsync.md +++ b/docs/parsers/rsync.md @@ -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 diff --git a/docs/parsers/rsync_s.md b/docs/parsers/rsync_s.md index e0610872..fcf05993 100644 --- a/docs/parsers/rsync_s.md +++ b/docs/parsers/rsync_s.md @@ -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 diff --git a/man/jc.1 b/man/jc.1 index 089dc5b7..ab700728 100644 --- a/man/jc.1 +++ b/man/jc.1 @@ -1,4 +1,4 @@ -.TH jc 1 2022-02-07 1.18.3 "JSON CLI output utility" +.TH jc 1 2022-02-08 1.18.3 "JSON CLI output utility" .SH NAME jc \- JSONifies the output of many CLI tools and file-types .SH SYNOPSIS