"Perform clear operation with operational bitfile");
cmdLineParser.accepts(AND_STRING,
"Perform and operation with operational bitfile");
cmdLineParser.accepts(NOT_STRING,
"Perform not operation with operational bitfile");
cmdLineParser.accepts(OR_STRING,
"Perform or operation with operational bitfile");
cmdLineParser.accepts("r","Name of operational bitfile").withRequiredArg().ofType(String.class);
cmdLineParser.accepts(NEW_ALGORITHM, "Use new algorithms for bit manipulation");
cmdLineParser.accepts(APPEND_OPTION_STRING, APPEND_OPTION_STRING_HELP);