From c578162753123ea7d2746d2032ceb439c7c31d32 Mon Sep 17 00:00:00 2001 From: midipix Date: Tue, 13 Feb 2024 03:10:11 +0000 Subject: driver: rename --config as --info in anticipation of a compatible --config. --- src/skin/slbt_skin_default.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/skin') diff --git a/src/skin/slbt_skin_default.c b/src/skin/slbt_skin_default.c index e904e84..cf4675c 100644 --- a/src/skin/slbt_skin_default.c +++ b/src/skin/slbt_skin_default.c @@ -39,8 +39,8 @@ const struct argv_option slbt_default_options[] = { "a universal playground game; " "currently accepted tags are {%s}"}, - {"config", 0,TAG_CONFIG,ARGV_OPTARG_NONE,0,0,0, - "display configuration information"}, + {"info", 0,TAG_INFO,ARGV_OPTARG_NONE,0,0,0, + "display detected (or cached) environment information"}, {"debug", 0,TAG_DEBUG,ARGV_OPTARG_NONE,0,0,0, "display internal debug information"}, -- cgit v1.2.3