Skip to content

Commit 50e7ad2

Browse files
Exido-Rionobodynate
authored andcommitted
Update main.py
1 parent 2a7d009 commit 50e7ad2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pacu/main.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ def display_pacu_help():
9393
load_commands_file <file> Load an existing file with list of commands to execute
9494
search [cat[egory]] <search term> Search the list of available modules by name or category
9595
help Display this page of information
96-
clear Clear the terminal
96+
clear Clear the terminal
9797
help <module name> Display information about a module
9898
whoami Display information regarding to the active access keys
9999
data Display all data that is stored in this session. Only fields
@@ -191,7 +191,7 @@ class Main:
191191
'assume_role', 'aws', 'console', 'data', 'delete_keys', 'delete_session', 'exec', 'exit', 'export_keys', 'help',
192192
'history', 'import_keys', 'list', 'list_sessions', 'load_commands_file', 'ls', 'open_console', 'quit',
193193
'regions', 'run', 'search', 'services', 'sessions', 'set_keys', 'set_regions', 'set_ua_suffix',
194-
'swap_keys', 'swap_session', 'unset_ua_suffix', 'update_regions', 'use', 'whoami', 'debug' ,'clear'
194+
'swap_keys', 'swap_session', 'unset_ua_suffix', 'update_regions', 'use', 'whoami', 'debug', 'clear'
195195
]
196196

197197
def __init__(self):

0 commit comments

Comments
 (0)