From dda62843fd45cd53fd0a42dedf948ccb8f330568 Mon Sep 17 00:00:00 2001 From: Noel Maersk Date: Thu, 23 Jan 2014 20:42:14 +0200 Subject: [PATCH] core: Add -v as an shorthand for --verbose. --- sgminer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sgminer.c b/sgminer.c index e18e17df..7e456895 100644 --- a/sgminer.c +++ b/sgminer.c @@ -1242,7 +1242,7 @@ static struct opt_table opt_config_table[] = { OPT_WITH_ARG("--user|-u", set_user, NULL, NULL, "Username for bitcoin JSON-RPC server"), - OPT_WITHOUT_ARG("--verbose", + OPT_WITHOUT_ARG("--verbose|-v", opt_set_bool, &opt_log_output, "Log verbose output to stderr as well as status output"), OPT_WITH_ARG("--worksize|-w",