Skip to content

Commit

Permalink
Remove unsupported option --fix-offset from option parsing
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Dec 8, 2023
1 parent 3a4dcd2 commit ac8407d
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -6019,11 +6019,6 @@ subjectAltName = $val"
set -- "$@" "version"
break
;;
# Unsupported options
--fix-offset)
user_error "Option $opt is not supported.
Use options --startdate and --enddate for fixed dates."
;;
-*)
user_error "\
Unknown option '$opt'.
Expand Down

0 comments on commit ac8407d

Please sign in to comment.