Skip to content

Commit

Permalink
Remove argparse shortcuts for overwrite parameter in convert
Browse files Browse the repository at this point in the history
  • Loading branch information
martinbaerwolff authored Jan 26, 2024
1 parent dde47f6 commit 84b7eea
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/OTVision/usage/convert.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```bash
python convert.py [-p paths] [-c config]
[--fps_from_filename] [--input_fps]
[--delete_input] [-o overwrite]
[--delete_input] [--overwrite]
```

## Description
Expand Down Expand Up @@ -91,9 +91,9 @@ This parameter is optional and defaults to `20`.

### overwrite

`-o` or `--overwrite` to overwrite existing `.mp4` files.
`--overwrite` to overwrite existing `.mp4` files.

`--no-o` or `--no-overwrite` to prevent overwriting existing `.mp4` files.
`--no-overwrite` to prevent overwriting existing `.mp4` files.

This parameter is optional and defaults to `--overwrite`.

Expand Down

0 comments on commit 84b7eea

Please sign in to comment.