Skip to content

Commit

Permalink
document the option --drop_initial_directory
Browse files Browse the repository at this point in the history
  • Loading branch information
frederic-mahe committed Jun 15, 2020
1 parent 3b52bcb commit 56306c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Expand Up @@ -73,6 +73,13 @@ Options for advanced users:
`-s` (or `--skip_existing`) avoids overwriting files that already
exist in the destination folder.

`-x` (or `--drop_initial_directory`) skips the first directory level
of the SMDB pack, so you can rename it to your convenience. For
instance, if your output folder is `./NES/`, the pack will be built
under `./NES/EverDrive N8/...`. With the option
`--drop_initial_directory`, the pack will be built directly under
`./NES/...`.

Depending on your python installation, you may need to begin your
command with the location of `python.exe` (for example,
`C:\Users\XXX\AppData\Local\Programs\Python\Python36-32\python.exe`). More
Expand Down

0 comments on commit 56306c5

Please sign in to comment.