Skip to content

Commit

Permalink
Corrected typo's.
Browse files Browse the repository at this point in the history
  • Loading branch information
tristan.ramseyer committed Dec 12, 2018
1 parent cffa51e commit 7ed3a1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ Remove entries in Google GLM MMAP cache database which are present in OpenCellId

Remove entries in OpenCellId cache database which are present in OpenCellId database, Mozilla Location Service database, Google GLM MMAP cache database or online service:

node uwl-cells-cleanup.js
node uwl_cells-cleanup.js
echo "VACUUM;" | sqlite3 uwl_cells.sqlite

Remove default locations in the OpenCellId cache database (useful when assuming that the corresponding cells are now known by either Google GLM MMAP or OpenCellId):

echo "DELETE FROM cells WHERE range=4294967295;" sqlite3 uwl_cells.sqlite
echo "DELETE FROM cells WHERE range=4294967295;" | sqlite3 uwl_cells.sqlite
echo "VACUUM;" | sqlite3 uwl_cells.sqlite

## Resources
Expand Down
File renamed without changes.

0 comments on commit 7ed3a1b

Please sign in to comment.