From 188c0daeaadc75ae2e7d24980294a37cd83e6923 Mon Sep 17 00:00:00 2001 From: Charles Sarrazin Date: Fri, 22 Jun 2018 15:17:49 +0200 Subject: [PATCH] Fixed issue with wrong file format in mdiag doc. The documentation incorrectly mentions `txt` as the file format for the output file in /tmp. This PR aims to fix this. --- mdiag/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mdiag/README.md b/mdiag/README.md index b9efa5b8..ebdc458b 100644 --- a/mdiag/README.md +++ b/mdiag/README.md @@ -18,7 +18,7 @@ sudo bash mdiag.sh _casereference_ - It is not necessary to `chmod` the script. - Bash version 4.0 or later is required. - Replace `_casereference_` with your support case reference, if relevant. -- The program will generate an output file in `/tmp/mdiag-$HOSTNAME.txt` with the information. +- The program will generate an output file in `/tmp/mdiag-$HOSTNAME.json` with the information. ### License