From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 6D6C6388A03C; Tue, 18 May 2021 17:22:53 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D6C6388A03C DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1621358573; bh=G5mKDCGnmprplQUMuFuMm9Suwpz6FLNh2zZDiHKylEI=; h=From:To:Subject:Date:In-Reply-To:References:From; b=PyRC/j+V1ZXoWowtZ48EH4yjd+B9mgtfjyhjWv1hLHGoMGO7PFv8oKiOnGKjDZmFx mTfV/Bhp7lhX+HiFTV+XWw6jvgsFiLv3Vd7vB30zwb3FJPwqAWqCUokdn/KBiJOxNp QqfYskpf2QNfddnPcx/PFUZjlae+eGfrU8o4AhV0= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug sepdebugcrcfix/27642] please add a minimal description / usage for sepdebugcrcfix Date: Tue, 18 May 2021 17:22:53 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: sepdebugcrcfix 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:53 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D27642 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED --- Comment #2 from Mark Wielaard --- commit 3b734ed3920de86277d4fdd6135a0e41e798caf9 Author: Mark Wielaard Date: Thu Apr 29 22:44:41 2021 +0200 sepdebugcrcfix: Add --version, --help and man page. Add --version and --help support to sepdebugcrcfix. Use this to generate a manual page using help2man. * .gitignore: Add sepdebugcrcfix.1 * Makefile.am (dist_man_MANS): Add sepdebugcrcfix.1 (sepdebugcrcfix.1): New make rule. * tools/sepdebugcrcfix.c (version): New static functions. (help): Likewise. (main): Call version or help depending on argc and argv. https://sourceware.org/bugzilla/show_bug.cgi?id=3D27642 Signed-off-by: Mark Wielaard --=20 You are receiving this mail because: You are on the CC list for the bug.=