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

remove deprecated -c option

parent b61b97e7
No related branches found
No related tags found
No related merge requests found
......@@ -864,7 +864,6 @@ int main(int argc, char const *const *argv, char const *const *envp)
case 'd' : if (!uint0_scan(l.arg, &MAXDEPTH)) log_usage(USAGE) ; break ;
case 't' : tname = l.arg ; break ;
case 'p' : if (!uint0_scan(l.arg, &nlog)) log_usage(USAGE) ; break ;
case 'c' : log_die(LOG_EXIT_SYS,"deprecated option -- please use -z instead") ;
default : log_usage(USAGE) ;
}
}
......
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