From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6A8F03896824; Tue, 18 May 2021 17:22:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6A8F03896824 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1621358536; bh=LbzVmiVpAuVmkA6phNNKr03jlczveaNXbpKG0eJq0fo=; h=From:To:Subject:Date:In-Reply-To:References:From; b=R4jwzQq+dmYtFB35MV+EoLnCi0Olp8W3Zvb3tdZzusmpVHQLnt7GBOFi/D0ll1rEd MDPWHra99Y/xkLBx+6ky7Lv3p4kT+zY2RdAH/m4UYye2+Wkc+eE2h8aZX/GYBkwn/v vbSVTnD7o0nveZBcozi0AyKNDBvatI0aJC60iXIE= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug find-debuginfo/27641] please add a minimal description / usage for find-debuginfo Date: Tue, 18 May 2021 17:22:16 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: find-debuginfo X-Bugzilla-Version: unspecified X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: mark at klomp dot org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: mark at klomp dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: debugedit@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: debugedit development mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2021 17:22:16 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27641 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Mark Wielaard --- commit 50b1c95bb2ac23b17079eed41996e61e1185698a Author: Mark Wielaard Date: Fri Apr 30 00:42:23 2021 +0200 find-debuginfo.sh: Add --help, --version and man page. Add a --version and --help option to find-debuginfo.sh and use that to generate a manual page. * .gitignore: Add find-debuginfo.sh.1 * Makefile.am (dist_man_MANS): Add find-debuginfo.sh.1 (find-debuginfo.sh.1): New make rule. * scripts/find-debuginfo.sh (help): New function. Handle --version and --help. https://sourceware.org/bugzilla/show_bug.cgi?id=3D27641 Signed-off-by: Mark Wielaard --=20 You are receiving this mail because: You are on the CC list for the bug.=