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

This commit is contained in:
LecygneNoir 2018-10-18 23:08:56 +02:00
parent 04514c86e6
commit 745548abba

View file

@ -6,11 +6,12 @@ prismedia_upload - tool to upload videos to Peertube and Youtube
Usage: Usage:
prismedia_upload.py --file=<FILE> [options] 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 -h | --help
prismedia_upload.py --version prismedia_upload.py --version
Options: 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) --name=NAME Name of the video to upload. (default to video filename)
-d, --description=STRING Description of the video. (default: default description) -d, --description=STRING Description of the video. (default: default description)
-t, --tags=STRING Tags for the video. comma separated. -t, --tags=STRING Tags for the video. comma separated.