mirror of
https://git.lecygnenoir.info/LecygneNoir/prismedia.git
synced 2025-10-03 09:29:16 +02:00
Add -f as an alias for --file in command line, fix #16
This commit is contained in:
parent
04514c86e6
commit
745548abba
1 changed files with 2 additions and 1 deletions
|
@ -6,11 +6,12 @@ prismedia_upload - tool to upload videos to Peertube and Youtube
|
|||
|
||||
Usage:
|
||||
prismedia_upload.py --file=<FILE> [options]
|
||||
prismedia_upload.py --file=<FILE> --tags=STRING [--mt options]
|
||||
prismedia_upload.py -f <FILE> --tags=STRING [--mt options]
|
||||
prismedia_upload.py -h | --help
|
||||
prismedia_upload.py --version
|
||||
|
||||
Options:
|
||||
-f, --file=STRING Path to the video file to upload in mp4
|
||||
--name=NAME Name of the video to upload. (default to video filename)
|
||||
-d, --description=STRING Description of the video. (default: default description)
|
||||
-t, --tags=STRING Tags for the video. comma separated.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue