Skip to content
Snippets Groups Projects
Commit d6ef2fbe authored by Eric Vidal's avatar Eric Vidal :speech_balloon:
Browse files

fix opts list

parent 122cf096
No related branches found
No related tags found
No related merge requests found
......@@ -179,7 +179,7 @@ int ssexec_tree_wrapper(int argc, char const *const *argv, ssexec_t *info)
int f = 0 ;
for (;;) {
int opt = subgetopt_r(argc, argv, "-h", &l) ;
int opt = subgetopt_r(argc, argv, "h", &l) ;
if (opt == -1) break ;
switch (opt) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment