Skip to content

Commit d93aa84

Browse files
Updated "Help" menu content
1 parent e13d221 commit d93aa84

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

service/cli_init.py

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,13 @@ def print_settings_menu(self):
3737

3838
def print_help_menu(self):
3939
print(Fore.MAGENTA + Back.WHITE + '[HELP MENU]' + Style.RESET_ALL)
40-
print(Fore.BLACK + Back.WHITE + 'Be advised that choosing any of points below will open your web browser!' + Style.RESET_ALL)
41-
print(Fore.CYAN + "1. How to correctly input your targets URL in DPULSE")
42-
print(Fore.CYAN + "2. DPULSE CLI colors and their meanings")
43-
print(Fore.LIGHTRED_EX + "3. Return to main menu" + Style.RESET_ALL + '\n')
40+
print(Fore.BLACK + Back.WHITE + '\nBe advised that choosing any of points below will open your web browser!\n' + Style.RESET_ALL)
41+
print(Fore.CYAN + "1. Open DPULSE repository")
42+
print(Fore.CYAN + "2. Open DPULSE wiki")
43+
print(Fore.CYAN + "3. How to correctly input your targets in DPULSE")
44+
print(Fore.CYAN + "4. PageSearch user guide")
45+
print(Fore.CYAN + "5. Report storage database user guide")
46+
print(Fore.LIGHTRED_EX + "6. Return to main menu" + Style.RESET_ALL + '\n')
4447

4548
def print_db_menu(self):
4649
print('\n')

0 commit comments

Comments
 (0)