[Hamlib-developer] [Hamlib/Hamlib] 06a2a2: Remove misleading duplicated error message
Library to control radio transceivers and receivers
Brought to you by:
n0nb
From: Nate B. <no...@gi...> - 2025-08-24 22:24:49
|
Branch: refs/heads/master Home: https://github.com/Hamlib/Hamlib Commit: 06a2a25cb71b50b0ddac6ce0770846373455e6df https://github.com/Hamlib/Hamlib/commit/06a2a25cb71b50b0ddac6ce0770846373455e6df Author: Daniele Forsi IU5HKX <iu...@gm...> Date: 2025-08-24 (Sun, 24 Aug 2025) Changed paths: M tests/rigmem.c Log Message: ----------- Remove misleading duplicated error message The correct error message has been printed by getopt_long() before returning. Test cases: $ rigmem -Q rigmem: invalid option -- 'Q' Unknown option '?' Usage: rigmem [OPTION]... COMMAND... FILE ... $ rigmem --foo rigmem: unrecognized option '--foo' Unknown option '?' Usage: rigmem [OPTION]... COMMAND... FILE ... Commit: 0a06af1ddef5e56593276e9c4bd069741a487f80 https://github.com/Hamlib/Hamlib/commit/0a06af1ddef5e56593276e9c4bd069741a487f80 Author: Nate Bargmann <n0...@n0...> Date: 2025-08-24 (Sun, 24 Aug 2025) Changed paths: M tests/rigmem.c Log Message: ----------- Merge GitHub PR #1867 Compare: https://github.com/Hamlib/Hamlib/compare/233282671325...0a06af1ddef5 To unsubscribe from these emails, change your notification settings at https://github.com/Hamlib/Hamlib/settings/notifications |