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