diff --git a/examples/v4l2py-snapshot.py b/examples/v4l2py-snapshot.py index e74a0cc..e001799 100644 --- a/examples/v4l2py-snapshot.py +++ b/examples/v4l2py-snapshot.py @@ -162,19 +162,16 @@ def save_snapshot_pil(img, args): "--mirror-horizontal", default=False, action="store_true", - help="mirror snapshot horizontally" + help="mirror snapshot horizontally", ) postproc.add_argument( "--mirror-vertical", default=False, action="store_true", - help="mirror snapshot vertically" + help="mirror snapshot vertically", ) postproc.add_argument( - "--rotate", - type=int, - default=0, - help="rotate snapshot counter-clockwise" + "--rotate", type=int, default=0, help="rotate snapshot counter-clockwise" ) args = parser.parse_args()