Leor3961 / volatility

Automatically exported from code.google.com/p/volatility
0 stars 0 forks source link

printkey has a conflicting option string #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Hey guys, 

The printkey plugin has a conflicting option string. You change it by modifying 
the line in plugins/registry/printkey.py from:

config.add_option('KEY', short_option = 'k',

To:

config.add_option('KEY', short_option = 'K', # just an uppercase K

Original issue reported on code.google.com by michael.hale@gmail.com on 25 Aug 2010 at 8:40

GoogleCodeExporter commented 8 years ago
This issue was closed by revision r395.

Original comment by mike.auty@gmail.com on 25 Aug 2010 at 8:59

GoogleCodeExporter commented 8 years ago
Thanks, this is now fixed in r395.  5:)

Original comment by mike.auty@gmail.com on 25 Aug 2010 at 8:59