[0.1.x] hotfix: syntax error output for !py command

git-svn-id: https://pykd.svn.codeplex.com/svn@71849 9b283d60-5439-405e-af05-b73fd8c4d996
This commit is contained in:
SND\kernelnet_cp 2011-11-28 08:27:05 +00:00 committed by Mikhail I. Izmestev
parent 2e618b08d8
commit d778486d62

View File

@ -90,8 +90,6 @@ def main():
argc = len(sys.argv) argc = len(sys.argv)
0/0
if argc == 1 : if argc == 1 :
dprintln("Syntax: [object type] <;hex mask>;") dprintln("Syntax: [object type] <;hex mask>;")
dprintln("Supported object types: process, thread, file, generic") dprintln("Supported object types: process, thread, file, generic")