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

2022-03-02 Thread usman.tanveer
--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 missing. Signed-off-by: usman.tanveer --- app/pdump/main.c | 19

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

2022-03-02 Thread usman.tanveer
--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 geting stuck. Made the change to print usage and exit when this argument is missing. Signed-off-by: usman.tanveer --- app/pdump/main.c | 19