Skip to content

Commit

Permalink
README: Fix debug usage example
Browse files Browse the repository at this point in the history
  • Loading branch information
kj4ezj committed Feb 26, 2024
1 parent 534446f commit 0c31a5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ For this reason and others, the wrapper will be removed in a subsequent version.

To prevent your password from ending up in a bunch of logs (or worse), `zap2xml` no longer prints the arguments it sees when it starts by default. If you need this for debugging, set:
```bash
export DEBUG='true'
docker run -v "$(pwd):/data" -e 'DEBUG=true' kj4ezj/zap2xml /bin/sh -c "/zap2xml.pl -u '$ZAP2IT_USERNAME' -p '$ZAP2IT_PASSWORD' -U -o /data/tv-guide.xml"
```
It always prints the `argc` so you can tell if it is seeing the correct number of arguments without exposing your password.

Expand Down

0 comments on commit 0c31a5d

Please sign in to comment.