pki: Fix signature of help() to match that of a callback in command_t
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ int command_usage(char *error)
|
||||
/**
|
||||
* Show usage information
|
||||
*/
|
||||
static int help(int c, char *v[])
|
||||
static int help()
|
||||
{
|
||||
return command_usage(NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user