diff --git a/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp index 6852def5..d23b4e7f 100644 --- a/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp +++ b/hyperdbg/hprdbgctrl/code/debugger/commands/meta-commands/sym.cpp @@ -28,7 +28,7 @@ CommandSymHelp() ShowMessages(".sym : perfrom the symbol actions.\n\n"); ShowMessages("syntax : \t.sym [table]\n"); - ShowMessages("syntax : \t.sym [reload]\n"); + ShowMessages("syntax : \t.sym [reload] [pid ProcessId (hex)]\n"); ShowMessages("syntax : \t.sym [download]\n"); ShowMessages("syntax : \t.sym [load]\n"); ShowMessages("syntax : \t.sym [unload]\n");