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/internal/slibtool_driver_impl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/internal/slibtool_driver_impl.h') diff --git a/src/internal/slibtool_driver_impl.h b/src/internal/slibtool_driver_impl.h index cff9656..f633adf 100644 --- a/src/internal/slibtool_driver_impl.h +++ b/src/internal/slibtool_driver_impl.h @@ -24,7 +24,7 @@ enum app_tags { TAG_HELP, TAG_HELP_ALL, TAG_VERSION, - TAG_CONFIG, + TAG_INFO, TAG_DUMPMACHINE, TAG_DEBUG, TAG_DRY_RUN, -- cgit v1.2.3