Lines Matching refs:clean
467 clean()
497 Usage: $1 -h|--help -p|--path=<path> [-c|--clean] [-a|--arch=<arch>] [-r|--release=<release>]
516 -c, --clean only clean up the cache and terminate
530 options=$(getopt -o hp:n:a:r:c -l arch:,clean,help,enable-non-free,mirror:,name:,packages:,path:,release:,rootfs:,security-mirror: -- "$@")
565 -c|--clean) clean=1; shift 1;;
578 if [ ! -z "$clean" -a -z "$path" ]; then
579 clean || exit 1
670 if [ ! -z "$clean" ]; then
671 clean || exit 1