From ab06989a18faf5378f1e73c7016ea02e1218ff9c Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 4 Feb 2020 21:46:52 -0800 Subject: [PATCH] description updates --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2275d73b..677a3df6 100755 --- a/README.md +++ b/README.md @@ -569,7 +569,7 @@ $ free | jc --free -p } ] ``` -### /etc/fstab +### /etc/fstab file ``` $ cat /etc/fstab | jc --fstab -p [ @@ -622,7 +622,7 @@ $ history | jc --history -p ... ] ``` -### /etc/hosts +### /etc/hosts file ``` $ cat /etc/hosts | jc --hosts -p [ @@ -772,7 +772,7 @@ $ ifconfig | jc --ifconfig -p } ] ``` -### INI +### INI files ``` $ cat example.ini [DEFAULT] @@ -1743,7 +1743,7 @@ $ w | jc --w -p } ] ``` -### XML +### XML files ``` $ cat cd_catalog.xml @@ -1789,7 +1789,7 @@ $ cat cd_catalog.xml | jc --xml -p ... } ``` -### YAML +### YAML files ``` $ cat istio-mtls-permissive.yaml apiVersion: "authentication.istio.io/v1alpha1"