From e8cd807effd46aca3ab4fea7ec9e1d923ea77935 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 24 Jan 2025 14:13:52 +0530 Subject: [PATCH] fix command line example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a487c9f..7f5c215 100644 --- a/README.md +++ b/README.md @@ -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: