File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -587,7 +587,7 @@ def do_show(self, text):
587
587
def help_show (self ):
588
588
desc = 'shows informations about the loaded file'
589
589
if self .__getDataPrinter (self .currentFile .type ):
590
- desc += ('Available informations:\n ' +
590
+ desc += ('\n \n Available informations:\n ' +
591
591
('\n ' .join (self .__getDataPrinter (self .currentFile .type ).availableInformations )))
592
592
self .__printHelpText (
593
593
'show <info>' , desc )
@@ -1110,7 +1110,7 @@ def do_semantic(self, text):
1110
1110
self .__cprinter .println ()
1111
1111
1112
1112
def help_semantic (self ):
1113
- self .__printHelpText ('semantic' , 'Searches gadgets\n semantic <constraint>[; <constraint>][ !<stable reg>*]\n \n Example:\n semantc eax==ebx; ecx==1 !edx !esi\n \n Valid constraints:\n reg==reg\n reg==number\n reg==[reg]\n reg<+|-|*|/>=<reg|number|[reg]>' )
1113
+ self .__printHelpText ('semantic' , 'Searches gadgets\n semantic <constraint>[; <constraint>][ !<stable reg>*]\n \n Example:\n semantic eax==ebx; ecx==1 !edx !esi\n \n Valid constraints:\n reg==reg\n reg==number\n reg==[reg]\n reg<+|-|*|/>=<reg|number|[reg]>' )
1114
1114
1115
1115
# @safe_cmd
1116
1116
# def do_analyse(self, text):
You can’t perform that action at this time.
0 commit comments