We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f576dd1 commit eabea11Copy full SHA for eabea11
udroid/src/udroid.sh
@@ -165,7 +165,7 @@ install() {
165
INSTALL_BEST=true
166
break
167
;;
168
- --custom)
+ --custom|--custom-distro|-cd)
169
shift
170
install_custom $@
171
@@ -859,7 +859,7 @@ list() {
859
while [ $# -gt 0 ]; do
860
case $1 in
861
--size) size=true; shift 1;;
862
- --show-custom-fs) display_custom_fs=true; shift 1;;
+ --show-custom-fs | --custom| --custom-distro| -cd) display_custom_fs=true; shift 1;;
863
--download-size | --ds) show_remote_download_size=true; shift 1;;
864
--list-installed) show_installed_only=true; shift 1;;
865
--path) path=$2; LOG "list(): looking in $path"; shift 2;;
0 commit comments