* sanity_check_args * * Perform sanity checking on command line arguments. ****************************************************************************/
| 230 | * Perform sanity checking on command line arguments. |
| 231 | ****************************************************************************/ |
| 232 | static void sanity_check_args(void) |
| 233 | { |
| 234 | if ((nvramtool_op_modifiers[NVRAMTOOL_MOD_SHOW_VALUE_ONLY].found) && |
| 235 | (nvramtool_op.op != NVRAMTOOL_OP_CMOS_SHOW_ONE_PARAM)) |
| 236 | usage(stderr); |
| 237 | } |
no test coverage detected