Commit 960f15bf by Felix Abecassis

lxc-oci: correctly handle --url

Fix: #1898 Signed-off-by: 's avatarFelix Abecassis <fabecassis@nvidia.com>
parent c3b3643a
......@@ -118,7 +118,7 @@ EOF
return 0
}
options=$(getopt -o u:h -l help,name:,path:,\
options=$(getopt -o u:h -l help,url:,name:,path:,\
rootfs:,mapped-uid:,mapped-gid: -- "$@")
if [ $? -ne 0 ]; then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment