Skip to content

Commit

Permalink
Fix doc
Browse files Browse the repository at this point in the history
  • Loading branch information
bnnm committed Dec 30, 2024
1 parent 5fdf95c commit 65e9c12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ How to play audio simulating the Wwise engine:
All actions (and more) can be done from the command line as well: `wwiser [options] (files)`
- `wwiser bgm.bnk`
- (dumps `bgm.bnk` info to `bgm.bnk.xml`)
- `wwiser -d txt init.bnk bgm.bnk -o banks.txt`
- `wwiser -d txt init.bnk bgm.bnk -dn banks.txt`
- (loads multiple `.bnk`, like Wwise does, and dumps to banks.txt)
- `wwiser *.bnk -r -v`
- (loads all .bnk in current folder and subfolders recursively and starts the viewer)
Expand Down
2 changes: 1 addition & 1 deletion wwiser/wcli.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def _parse_init(self):
"examples:\n"
" %(prog)s -d xsl bgm.bnk\n"
" - dumps bgm.bnk info to bgm.bnk.txt\n"
" %(prog)s -d txt init.bnk bgm.bnk -o banks\n"
" %(prog)s -d txt init.bnk bgm.bnk -dn banks\n"
" - loads multiple .bnk (like Wwise does) and dumps to banks.txt\n"
" %(prog)s *.bnk -v\n"
" - loads all .bnk in the dir and starts the viewer\n"
Expand Down

0 comments on commit 65e9c12

Please sign in to comment.