swanctl: Assigned -V to --version since -v is now used for global --debug
This commit is contained in:
@@ -87,7 +87,7 @@ static int version(vici_conn_t *conn)
|
|||||||
static void __attribute__ ((constructor))reg()
|
static void __attribute__ ((constructor))reg()
|
||||||
{
|
{
|
||||||
command_register((command_t) {
|
command_register((command_t) {
|
||||||
version, 'v', "version", "show version information",
|
version, 'V', "version", "show version information",
|
||||||
{"[--raw|--pretty]"},
|
{"[--raw|--pretty]"},
|
||||||
{
|
{
|
||||||
{"help", 'h', 0, "show usage information"},
|
{"help", 'h', 0, "show usage information"},
|
||||||
|
|||||||
Reference in New Issue
Block a user