Amalgamated -> Unified.
authorSteven Black <redacted>
Sun, 28 Feb 2016 01:16:41 +0000 (20:16 -0500)
committerSteven Black <redacted>
Sun, 28 Feb 2016 01:16:41 +0000 (20:16 -0500)
extensions/readme.md
updateHostsFile.py

index d9b1c678ce3736d45127add27f3e203d87bcca12..ddf2baafabe49a9d7d12bcd3f54bd70a7bc8cc0c 100644 (file)
@@ -1,8 +1,8 @@
 # Extensions
 
-Use subfolders under the `extensions` folder to house extensions to the final amalgamated hosts file.
+Use subfolders under the `extensions` folder to house extensions to the final unified hosts file.
 
-Currently this repo includes a `porn` extension which you can optionally add to your final amalgamated file.
+Currently this repo includes a `porn` extension which you can optionally add to your final unified file.
 
 Here's a sample call to include the `porn` extension.
 
index 427f2a32a59b781e2700e2d5db9dfb93d08fb683..deb0e6e57f3097c53b7d089c31232e9ab8372e12 100644 (file)
@@ -100,7 +100,7 @@ extensions = []
 
 def main():
 
-    parser = argparse.ArgumentParser(description="Creates an amalgamated hosts file from hosts stored in data subfolders.")
+    parser = argparse.ArgumentParser(description="Creates a unified hosts file from hosts stored in data subfolders.")
     parser.add_argument("--auto", "-a", dest="auto", default=False, action='store_true', help="Run without prompting.")
     parser.add_argument("--replace", "-r", dest="replace", default=False, action='store_true', help="Replace your active hosts file with this new hosts file.")
     parser.add_argument("--ip", "-i", dest="targetIP", default="0.0.0.0", help="Target IP address. Default is 0.0.0.0.")
git clone https://git.99rst.org/PROJECT