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

remove deprecated option at 66-enable

parent 6a9ad6fb
No related branches found
No related tags found
No related merge requests found
......@@ -100,7 +100,7 @@ extern char const *help_all ;
#define OPTS_INIT "cdb"
#define OPTS_INIT_LEN (sizeof OPTS_INIT - 1)
#define OPTS_ENABLE "cmCfFSiI"
#define OPTS_ENABLE "fFSI"
#define OPTS_ENABLE_LEN (sizeof OPTS_ENABLE - 1)
#define OPTS_DISABLE "SFR"
#define OPTS_DISABLE_LEN (sizeof OPTS_DISABLE - 1)
......
......@@ -273,10 +273,6 @@ int ssexec_enable(int argc, char const *const *argv,char const *const *envp,ssex
FORCE = 1 ; break ;
case 'F' : if (FORCE) log_usage(usage_enable) ;
FORCE = 2 ; break ;
case 'c' : log_1_warn("deprecated option -- ignoring") ; break ;
case 'm' : log_1_warn("deprecated option -- ignoring") ; break ;
case 'C' : log_1_warn("deprecated option -- ignoring") ; break ;
case 'i' : log_1_warn("deprecated option -- ignoring") ; break ;
case 'I' : CONF = 1 ; break ;
case 'S' : start = 1 ; break ;
default : log_usage(usage_enable) ;
......
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