fix command line example
This commit is contained in:
parent
6b777599fd
commit
e8cd807eff
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ To upload/sync large repositories use pandora_client
|
||||||
Upload a file from the command line:
|
Upload a file from the command line:
|
||||||
|
|
||||||
``` sh
|
``` 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:
|
or you can use pandora-upload in a python script:
|
||||||
|
|
Loading…
Add table
Reference in a new issue