Re: [PATCH] app/pdump: close program if --pdump argument is missing

2022-03-31 Thread Usman Tanveer
The 20.11 release is not coming out till August, in the meantime, this patch can be applied to print help if mandatory argument is not passed. On Wed, Mar 2, 2022 at 9:52 PM Stephen Hemminger wrote: > > On Wed, 2 Mar 2022 14:26:14 +0500 > "usman.tanveer" wrote: > > > --pdump is a mandatory arg

Re: [PATCH] app/pdump: close program if --pdump argument is missing

2022-03-02 Thread Stephen Hemminger
On Wed, 2 Mar 2022 14:26:14 +0500 "usman.tanveer" wrote: > --pdump is a mandatory argument in pdump application. > It should print usage and exit if --pdump argument > is missing. The application is not closing and getting > stuck. Made the change to print usage and exit when > this argument is