remove --tier from device add getopt parser

This commit is contained in:
Evan Richter 2024-04-29 09:59:16 -06:00
parent efbe47e2b4
commit b832e3b2f7

View File

@ -74,7 +74,7 @@ int cmd_device_add(int argc, char *argv[])
bool force = false;
int opt;
while ((opt = getopt_long(argc, argv, "t:fh",
while ((opt = getopt_long(argc, argv, "fh",
longopts, NULL)) != -1)
switch (opt) {
case 'S':