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

remove -F option

parent 46223ad7
No related branches found
No related tags found
No related merge requests found
......@@ -41,7 +41,7 @@ static void parse_it(char const *name, uint8_t force, uint8_t conf, ssexec_t *in
newargv[m++] = "parse" ;
if (force)
newargv[m++] = force == 2 ? "-F" : "-f" ;
newargv[m++] = "-f" ;
if (conf)
newargv[m++] = "-I" ;
newargv[m++] = name ;
......@@ -92,14 +92,6 @@ int ssexec_enable(int argc, char const *const *argv, ssexec_t *info)
force = 1 ;
break ;
case 'F' :
/** force to rewrite it dependencies */
if (force)
log_usage(info->usage, "\n", info->help) ;
force = 2 ;
break ;
case 'I' :
conf = 1 ;
......
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