Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ResearchandDestroy authored Aug 20, 2023
1 parent 685a619 commit 955a5f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ Merging a Database (One at a Time) into a New Database File
./DorXNG.py -d new-database.db -m dorxng.db
```

Merge All Database Files in a Directory into a New Database File
Merge All Database Files in the Current Working Directory into a New Database File
```
for i in `ls *.db`; do ./DorXNG.py -d new-database.db -m $i; done
```
Expand Down

0 comments on commit 955a5f8

Please sign in to comment.