summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
e111453)
svn path=/trunk/scripts/invirt-admin/; revision=2237
--arch) arch=$2; shift 2;;
--dist) dist=$2; shift 2;;
--mirror) mirror=$2; shift 2;;
--arch) arch=$2; shift 2;;
--dist) dist=$2; shift 2;;
--mirror) mirror=$2; shift 2;;
+ *)
+ echo "Unknown option: $1"
+ echo
+ usage
+ ;;
esac
done
if [ -z "$name" ]; then
esac
done
if [ -z "$name" ]; then