From a8d96fb2274b8991ed6d1d43fe44d689d10b2d57 Mon Sep 17 00:00:00 2001 From: "Pierre-Loup A. Griffais" Date: Sun, 5 Jan 2020 22:15:34 -0800 Subject: [PATCH] steamcompmgr: let's go with -e instead, for embedded. As opposed to nested. --- src/steamcompmgr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/steamcompmgr.c b/src/steamcompmgr.c index 065917d..a95b752 100644 --- a/src/steamcompmgr.c +++ b/src/steamcompmgr.c @@ -1649,7 +1649,7 @@ steamcompmgr_main (int argc, char **argv) // :/ optind = 1; - while ((o = getopt (argc, argv, ":nSvVt")) != -1) + while ((o = getopt (argc, argv, ":nSvVe")) != -1) { switch (o) { case 'n': @@ -1664,7 +1664,7 @@ steamcompmgr_main (int argc, char **argv) case 'V': debugEvents = True; break; - case 't': + case 'e': steamMode = True; break; default: