Removed obsolete per-command debug level option
This commit is contained in:
@@ -33,9 +33,6 @@ static int gen()
|
||||
{
|
||||
case 'h':
|
||||
return command_usage(NULL);
|
||||
case 'v':
|
||||
dbg_level = atoi(arg);
|
||||
continue;
|
||||
case 't':
|
||||
if (streq(arg, "rsa"))
|
||||
{
|
||||
|
||||
@@ -46,9 +46,6 @@ static int req()
|
||||
{
|
||||
case 'h':
|
||||
goto usage;
|
||||
case 'v':
|
||||
dbg_level = atoi(arg);
|
||||
continue;
|
||||
case 't':
|
||||
if (streq(arg, "rsa"))
|
||||
{
|
||||
|
||||
@@ -50,9 +50,6 @@ static int self()
|
||||
{
|
||||
case 'h':
|
||||
goto usage;
|
||||
case 'v':
|
||||
dbg_level = atoi(arg);
|
||||
continue;
|
||||
case 't':
|
||||
if (streq(arg, "rsa"))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user