Lines Matching full:incompatible
639 # Check the args for incompatible options.
641 Kflagfflag*) echo "Incompatible options: -K and -f"; man_usage ;;
642 Kflag*kflag*) echo "Incompatible options: -K and -k"; man_usage ;;
643 Kflag*lflag*) echo "Incompatible options: -K and -l"; man_usage ;;
644 Kflag*tflag) echo "Incompatible options: -K and -t"; man_usage ;;
645 fflagkflag*) echo "Incompatible options: -f and -k"; man_usage ;;
646 fflag*lflag*) echo "Incompatible options: -f and -l"; man_usage ;;
647 fflag*tflag*) echo "Incompatible options: -f and -t"; man_usage ;;
648 fflag*wflag) echo "Incompatible options: -f and -w"; man_usage ;;
649 *kflaglflag*) echo "Incompatible options: -k and -l"; man_usage ;;
650 *kflag*tflag*) echo "Incompatible options: -k and -t"; man_usage ;;
651 *kflag*wflag) echo "Incompatible options: -k and -w"; man_usage ;;
652 *lflag*wflag) echo "Incompatible options: -l and -w"; man_usage ;;
653 *tflagwflag) echo "Incompatible options: -t and -w"; man_usage ;;