From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 48) id 1F0CD3858404; Mon, 3 Jan 2022 22:27:16 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 1F0CD3858404 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sourceware.org; s=default; t=1641248836; bh=uf6K8qTK3J4rUkDUhxHo7fUFOTYHcbT3jqF1OwmfqIs=; h=From:To:Subject:Date:In-Reply-To:References:From; b=Tf0DcndEY38SCyomEXRJLqjepUmc5MxXa8xbFbPPBJS8qEE8hgFv++YFbnw8kdvgI uIyNY7+Id6s1BKBzZ5e6PTU7rK6mjJ8LfkLANz2BDnY55KJobOl5eqfaen53mKeLLC hRPDZra0y6GoMsjq6Bwy0EG3nEMxxlW9/vMFn8Uk= From: "mark at klomp dot org" To: debugedit@sourceware.org Subject: [Bug debugedit/28737] The -u option is not recognised Date: Mon, 03 Jan 2022 22:27:15 +0000 X-Bugzilla-Reason: CC X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: debugedit X-Bugzilla-Component: debugedit 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: unassigned at sourceware dot org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: resolution bug_status cc 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: Mon, 03 Jan 2022 22:27:16 -0000 https://sourceware.org/bugzilla/show_bug.cgi?id=3D28737 Mark Wielaard changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|UNCONFIRMED |RESOLVED CC| |mark at klomp dot org --- Comment #1 from Mark Wielaard --- Thanks. How odd nobody found this earlier. I had assumed that make distcheck would have checked this. But that only checks --version and --help. With th= is -u and --usage work as expected. Pushed to main as: commit 47041a41811fdd401cb868bcb5f9dac6635837ef Author: Allan McRae Date: Sun Jan 2 15:23:34 2022 +1000 Fix -u option The -u option was missing from optionsChars resulting in it being unrecognised. $ debugedit -u debugedit: invalid option -- 'u' Signed-off-by: Allan McRae --=20 You are receiving this mail because: You are on the CC list for the bug.=