From e3b03cc5924b04a7063290d651dc88af9e7cc6e7 Mon Sep 17 00:00:00 2001 From: qorg11 Date: Mon, 8 Nov 2021 13:43:04 +0100 Subject: [PATCH] remove the no argument provided print because i'ts useless --- peertube-cli.pl | 1 - 1 file changed, 1 deletion(-) diff --git a/peertube-cli.pl b/peertube-cli.pl index ca9a59f..80fcbc9 100755 --- a/peertube-cli.pl +++ b/peertube-cli.pl @@ -46,7 +46,6 @@ GetOptions( # Main program if (!$ARGV[0]) { - print "No argument given\n"; my $response; my $uuid = -1; my @selected_video_data;