Skip to content

Commit eabea11

Browse files
feat: more options
1 parent f576dd1 commit eabea11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

udroid/src/udroid.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ install() {
165165
INSTALL_BEST=true
166166
break
167167
;;
168-
--custom)
168+
--custom|--custom-distro|-cd)
169169
shift
170170
install_custom $@
171171
;;
@@ -859,7 +859,7 @@ list() {
859859
while [ $# -gt 0 ]; do
860860
case $1 in
861861
--size) size=true; shift 1;;
862-
--show-custom-fs) display_custom_fs=true; shift 1;;
862+
--show-custom-fs | --custom| --custom-distro| -cd) display_custom_fs=true; shift 1;;
863863
--download-size | --ds) show_remote_download_size=true; shift 1;;
864864
--list-installed) show_installed_only=true; shift 1;;
865865
--path) path=$2; LOG "list(): looking in $path"; shift 2;;

0 commit comments

Comments
 (0)