fix usage examples

This commit is contained in:
David Kilias 2020-04-10 16:11:36 +02:00
parent 8946f6eba7
commit bc870e3a60

View file

@ -14,8 +14,8 @@ jq -r .stammdaten.address_label $MEMBERFILE | python address-label.py
Needs to be in the same network as the printer. Needs to be in the same network as the printer.
```bash ```bash
echo "Max Hackerberg\nLeibnizstr. 32\n39104 Magdeburg" | address-label.sh echo "Max Hackerberg\nLeibnizstr. 32\n39104 Magdeburg" | ./address-label.sh
MEMBERFILE="../Vorstand/stammdaten-formular/example.json" MEMBERFILE="../Vorstand/stammdaten-formular/example.json"
jq -r .stammdaten.address_label $MEMBERFILE | address-label.sh jq -r .stammdaten.address_label $MEMBERFILE | ./address-label.sh
``` ```