@ghostery/trackerdb 1.0.562 → 1.0.563
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/cli.js +1 -1
- package/package.json +1 -1
package/cli.js
CHANGED
|
@@ -11,7 +11,7 @@ const debug = process.env.DEBUG === 'true' ? console.log : () => {};
|
|
|
11
11
|
|
|
12
12
|
function showUsage() {
|
|
13
13
|
console.log(`
|
|
14
|
-
Usage: node
|
|
14
|
+
Usage: node cli.js [--source-url FIRST_PARTY_URL] URL
|
|
15
15
|
|
|
16
16
|
Options:
|
|
17
17
|
--source-url URL Overwrites the source URL (needed to test third-party requests).
|