steamcompmgr: let's go with -e instead, for embedded.

As opposed to nested.
This commit is contained in:
Pierre-Loup A. Griffais 2020-01-05 22:15:34 -08:00
parent d5e90511d5
commit a8d96fb227

View file

@ -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: