From 745548abba0e11b2721edf37c22daf87ece55012 Mon Sep 17 00:00:00 2001 From: LecygneNoir Date: Thu, 18 Oct 2018 23:08:56 +0200 Subject: [PATCH] Add -f as an alias for --file in command line, fix #16 --- prismedia_upload.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/prismedia_upload.py b/prismedia_upload.py index 68ed0a2..c5cbb8e 100755 --- a/prismedia_upload.py +++ b/prismedia_upload.py @@ -6,11 +6,12 @@ prismedia_upload - tool to upload videos to Peertube and Youtube Usage: prismedia_upload.py --file= [options] - prismedia_upload.py --file= --tags=STRING [--mt options] + prismedia_upload.py -f --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.