scepclient: Add missing short options (-i, -T)

This commit is contained in:
Tobias Brunner 2020-01-15 12:00:28 +01:00
parent dc4058ef16
commit ce4ed21fcb
1 changed files with 1 additions and 1 deletions

View File

@ -547,7 +547,7 @@ int main(int argc, char **argv)
};
/* parse next option */
int c = getopt_long(argc, argv, "hv+:qi:o:fk:d:s:p:a:u:c:m:t:x:APRCMS", long_opts, NULL);
int c = getopt_long(argc, argv, "hv+:ql:i:o:fT:k:d:s:p:a:u:c:m:t:x:APRCMS", long_opts, NULL);
switch (c)
{