From 93e155c0f0ea4d5993bc5a70170cf3ba24dfd555 Mon Sep 17 00:00:00 2001 From: Heavybullets8 Date: Thu, 12 May 2022 01:15:28 +0000 Subject: [PATCH] Verbose information README --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index aac04cd5..1866db89 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,19 @@ bash /mnt/tank/scripts/heavy_script/heavy_script.sh -r ``` git -C /mnt/speed/scripts/heavy_script pull && bash /mnt/speed/scripts/heavy_script/heavy_script.sh -b 14 -Rsup ``` + +
+
+ +### Additional Informaton + +#### Verbose vs Non-Verbose +- Verbose used `bash heavy_test.sh -b 5 -SRupv` +- Non-Verbose used `bash heavy_test.sh -b 5 -SRup` + +| Verbose | Non-Verbose | +|--------- |------------- | +| ![image](https://user-images.githubusercontent.com/20793231/167971188-07f71d02-8da3-4e0c-b9a0-cd26e7f63613.png) | ![image](https://user-images.githubusercontent.com/20793231/167972033-dc8d4ab4-4fb2-4c8a-b7dc-b9311ae55cf8.png) | + + +