Skip to content

Commit

Permalink
update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
slhck committed Apr 15, 2018
1 parent 974dcc7 commit 9b651ac
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
5 changes: 5 additions & 0 deletions HISTORY.md
@@ -1,5 +1,10 @@
# History

## next

- Progress bar for files and streams
- Minor documentation fixes

## 1.2.3 (2018-04-11)

- Fix problems with metadata disabling, also allow to disable chapters
Expand Down
4 changes: 3 additions & 1 deletion README.md
Expand Up @@ -86,7 +86,7 @@ File Input/output:

This folder will be used for input files that have no explicit output name specified.

File Input/Output:
General:

- `-f, --force`: Force overwrite existing files

Expand All @@ -96,6 +96,8 @@ File Input/Output:

- `-n, --dry-run`: Do not run normalization, only print what would be done

- `-pr`, `--progress`: Show progress bar for files and streams

- `--version`: Print version and exit

Normalization:
Expand Down
2 changes: 1 addition & 1 deletion ffmpeg_normalize/__main__.py
Expand Up @@ -86,7 +86,7 @@ def create_parser():
group_general.add_argument(
'-pr', '--progress',
action='store_true',
help="Show progress bar"
help="Show progress bar for files and streams"
)
group_general.add_argument(
'--version',
Expand Down

0 comments on commit 9b651ac

Please sign in to comment.