Skip to content

Commit c5bf92d

Browse files
committed
Fix auditctl --help to return success
1 parent 9270788 commit c5bf92d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/auditctl.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -641,7 +641,7 @@ typedef struct
641641
static int opt_usage(opt_handler_params_t *args)
642642
{
643643
usage();
644-
return OPT_ERROR_NO_REPLY;
644+
return OPT_SUCCESS_NO_REPLY;
645645
}
646646

647647
static int opt_interpret(opt_handler_params_t *args)

0 commit comments

Comments
 (0)