Re: [PATCH v2 3/5] x86: Add usage() to print out usage message

2024-04-22 Thread Anthony PERARD
On Tue, Apr 16, 2024 at 10:15:44AM +0100, Fouad Hilly wrote: > Refactor xen-ucode tool by adding usage() to handle usage\help messages > As we add more command options this will keep help\usage messages in common > block > > [v2] > 1- Improved message description. > 2- Fixed formatting and

Re: [PATCH v2 3/5] x86: Add usage() to print out usage message

2024-04-18 Thread Jan Beulich
On 16.04.2024 11:15, Fouad Hilly wrote: > Refactor xen-ucode tool by adding usage() to handle usage\help messages > As we add more command options this will keep help\usage messages in common > block > > [v2] > 1- Improved message description. > 2- Fixed formatting and indentation. > 3- Error

[PATCH v2 3/5] x86: Add usage() to print out usage message

2024-04-16 Thread Fouad Hilly
Refactor xen-ucode tool by adding usage() to handle usage\help messages As we add more command options this will keep help\usage messages in common block [v2] 1- Improved message description. 2- Fixed formatting and indentation. 3- Error message to print to stderr. Signed-off-by: Fouad Hilly