Skip to content

Commit

Permalink
set-pass: Exit with error for unknown command options
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
  • Loading branch information
TinCanTech committed Sep 3, 2024
1 parent 2c51288 commit 1266d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -3890,7 +3890,7 @@ Missing argument: no name/file supplied."
file)
file="$raw_file"
;;
*) warn "Ignoring unknown command option: '$1'"
*) user_error "Unknown command option: '$1'"
esac
shift
done
Expand Down

0 comments on commit 1266d4e

Please sign in to comment.