From 0c26d9a6fa2df21f025a562b9ca7ac293038abc3 Mon Sep 17 00:00:00 2001 From: Yudi Date: Sun, 18 Nov 2018 01:04:22 -0200 Subject: [PATCH] Updated Troubleshooting (markdown) --- Troubleshooting.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Troubleshooting.md b/Troubleshooting.md index 42a7576..e3f777d 100644 --- a/Troubleshooting.md +++ b/Troubleshooting.md @@ -18,6 +18,9 @@ Click on the button to ### How do I use the CLI? Just run the CLI without parameters, it should output the usage instructions. +### How do I export to TXT, CSV or Light HTML? +The file format can be changed with the `-f` option. The available formats are PlainText, HtmlDark, HtmlLight, Csv. + ### How can I change the date format? Date formats can be changed with the `--dateformat` option. The default one is `dd-MMM-yyyy hh:mm tt`.