Re: [ PATCH v4 1/6] sign-file: refactor argument parsing logic
From: Shreenidhi Shedi
Date: Mon Mar 20 2023 - 11:56:52 EST
On Tue, 14-Mar-2023 21:51, David Howells wrote:
Shreenidhi Shedi <yesshedi@xxxxxxxxx> wrote:
+ {"privkey", required_argument, 0, 'p'},
Please don't change the flag assignment - you can add new ones, but don't
change the existing. This program is used by a lot of scripts.
David
David, thanks for the review. I will address the issues and send revised
patches soon.
--
Shedi