Browse Source

Add -f as an alias for --file in command line, fix #16

feature/pt-playlist-1.3
LecygneNoir 5 years ago
parent
commit
745548abba
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      prismedia_upload.py

+ 2
- 1
prismedia_upload.py View File

@ -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…
Cancel
Save