Amalgamated -> Unified.

This commit is contained in:
Steven Black
2016-02-27 20:16:41 -05:00
parent e28b2fe4b4
commit 76fe64ba90
2 changed files with 3 additions and 3 deletions
+2 -2
View 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.
+1 -1
View 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.")