pyderasn.py | 4 ++-- diff --git a/pyderasn.py b/pyderasn.py index ad152249bafe3b6282e9b39b3ad0eb9df312c9e1fa7e2b48a2d28beb626d39b6..93b0ec529a758e702a93ba87ddbac73f1ad61dcc6656602b2548b6738ba3f633 100755 --- a/pyderasn.py +++ b/pyderasn.py @@ -5234,12 +5234,12 @@ help="Python path to decoder's defines_by_path", ) parser.add_argument( "--nobered", - action='store_true', + action="store_true", help="Disallow BER encoding", ) parser.add_argument( "--print-decode-path", - action='store_true', + action="store_true", help="Print decode paths", ) parser.add_argument(