fix command line example

This commit is contained in:
j 2025-01-24 14:13:52 +05:30
parent 6b777599fd
commit e8cd807eff

View file

@ -8,7 +8,7 @@ To upload/sync large repositories use pandora_client
Upload a file from the command line:
``` sh
pandora-upload -h http://pandora/api/ -m "title=This is an example" -m "date=2021-11-15" /home/example/Videos/video.mp4
pandora-upload -p http://pandora/api/ -m "title=This is an example" -m "date=2021-11-15" /home/example/Videos/video.mp4
```
or you can use pandora-upload in a python script: