Skip to content

Commit e17a9f8

Browse files
committed
Add dest option to append argument
1 parent 2c75189 commit e17a9f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

can/logger.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,9 @@ def main() -> None:
158158
)
159159

160160
parser.add_argument(
161+
"-a",
161162
"--append",
162-
"--a",
163+
dest="append",
163164
help="Append to the log file if it already exists.",
164165
action="store_true",
165166
)

0 commit comments

Comments
 (0)