From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from ffbox0-bg.mplayerhq.hu (ffbox0-bg.ffmpeg.org [79.124.17.100]) by master.gitmailbox.com (Postfix) with ESMTP id 1CDE640211 for ; Thu, 21 Apr 2022 04:47:36 +0000 (UTC) Received: from [127.0.1.1] (localhost [127.0.0.1]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTP id F229068B3C8; Thu, 21 Apr 2022 07:47:25 +0300 (EEST) Received: from mout-p-103.mailbox.org (mout-p-103.mailbox.org [80.241.56.161]) by ffbox0-bg.mplayerhq.hu (Postfix) with ESMTPS id 91CDB68B38C for ; Thu, 21 Apr 2022 07:47:19 +0300 (EEST) Received: from smtp2.mailbox.org (smtp2.mailbox.org [IPv6:2001:67c:2050:105:465:1:2:0]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-384) server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-103.mailbox.org (Postfix) with ESMTPS id 4KkQ4l1c0cz9sSb for ; Thu, 21 Apr 2022 06:47:19 +0200 (CEST) Message-ID: <403c8fcb-cd15-5f1c-af73-a7a9a52a579f@gyani.pro> Date: Thu, 21 Apr 2022 10:17:04 +0530 MIME-Version: 1.0 Content-Language: en-US To: ffmpeg-devel@ffmpeg.org References: <20220420214346.50037-1-stefasab@gmail.com> From: Gyan Doshi In-Reply-To: <20220420214346.50037-1-stefasab@gmail.com> Subject: Re: [FFmpeg-devel] [PATCH 2/2] doc/ffprobe: clarify that the input file is not optional X-BeenThere: ffmpeg-devel@ffmpeg.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: FFmpeg development discussions and patches List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: FFmpeg development discussions and patches Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset="us-ascii"; Format="flowed" Errors-To: ffmpeg-devel-bounces@ffmpeg.org Sender: "ffmpeg-devel" Archived-At: List-Archive: List-Post: Will apply. On 2022-04-21 03:13 am, Stefano Sabatini wrote: > Fix trac issue http://trac.ffmpeg.org/ticket/9562 > --- > doc/ffprobe.texi | 2 +- > fftools/ffprobe.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > > diff --git a/doc/ffprobe.texi b/doc/ffprobe.texi > index 59a397a225..c61b8979b1 100644 > --- a/doc/ffprobe.texi > +++ b/doc/ffprobe.texi > @@ -12,7 +12,7 @@ > > @chapter Synopsis > > -ffprobe [@var{options}] [@file{input_url}] > +ffprobe [@var{options}] @file{input_url} > > @chapter Description > @c man begin DESCRIPTION > diff --git a/fftools/ffprobe.c b/fftools/ffprobe.c > index 05c167eeb5..c51c82ff65 100644 > --- a/fftools/ffprobe.c > +++ b/fftools/ffprobe.c > @@ -3417,7 +3417,7 @@ end: > static void show_usage(void) > { > av_log(NULL, AV_LOG_INFO, "Simple multimedia streams analyzer\n"); > - av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] [INPUT_FILE]\n", program_name); > + av_log(NULL, AV_LOG_INFO, "usage: %s [OPTIONS] INPUT_FILE\n", program_name); > av_log(NULL, AV_LOG_INFO, "\n"); > } > _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email ffmpeg-devel-request@ffmpeg.org with subject "unsubscribe".