From 9b8eefcaf571cf682115d438d16b25f7d47d6e68 Mon Sep 17 00:00:00 2001 From: Richard Mwewa <74001397+rly0nheart@users.noreply.github.com> Date: Fri, 18 Feb 2022 01:29:39 +0200 Subject: [PATCH] Update main.py --- src/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.py b/src/main.py index a417c7f..dbeb637 100644 --- a/src/main.py +++ b/src/main.py @@ -76,7 +76,7 @@ def update(self): parser = argparse.ArgumentParser(description=f'{white}Darkweb .onion link(s) extracting tool{reset}',epilog=f'{white}thedevilseye extracts information (.onion links, descriptions) from the {red}darkweb{white} without requiring a Tor network. Developed by Richard Mwewa | https://about.me/{green}rly0nheart{reset}') parser.add_argument('-q','--query',metavar=f'{white}search-query{reset}', help=f'{white}return results related to the search query{reset}') parser.add_argument('-i','--i2p',help=f'{white}switch to i2p network search{reset}', action='store_true') -parser.add_argument('--jailbait',help=f'{white}Ahmia.fi self-help program; {red}The self-help program is primarily intended for people who are worried about their interest, thoughts, feelings or actions concerning children.{reset}',action='store_true') +parser.add_argument('--jailbait',help=f'{white}Ahmia.fi self-help program; {red}The self-help program is primarily intended for people who are worried about their interest, thoughts, feelings or actions concerning children.{white}Learn more at https://ahmia.fi/legal{reset}',action='store_true') parser.add_argument('-d','--dump', metavar=f'{white}path/to/file{reset}', help=f'{white}dump output to a specified file{reset}') parser.add_argument('-u','--update',help=f'{white}update thedevilseye to the newest version{reset}',action='store_true') parser.add_argument('-v','--verbose',help=f'{white}enable verbosity{reset}',action='store_true')