aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/misc/skabus-dynteed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/misc/skabus-dynteed.c b/src/misc/skabus-dynteed.c
index e273036..446e1d6 100644
--- a/src/misc/skabus-dynteed.c
+++ b/src/misc/skabus-dynteed.c
@@ -123,7 +123,7 @@ int main (int argc, char const *const *argv, char const *const *envp)
unsigned int t = 0, T = 0 ;
for (;;)
{
- int opt = subgetopt_r(argc, argv, "d:1c:i:x:t:", &l) ;
+ int opt = subgetopt_r(argc, argv, "d:1c:i:x:t:T:", &l) ;
if (opt == -1) break ;
switch (opt)
{