Skip to content

Commit

Permalink
Update main.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rly0nheart authored Feb 17, 2022
1 parent 1586560 commit 9b8eefc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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')
Expand Down

0 comments on commit 9b8eefc

Please sign in to comment.