From: Silvio Rhatto Date: Sat, 16 Aug 2025 19:12:46 +0000 (-0300) Subject: Fix: typos X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=7b081d147f32ae132f9bf8a9b61737ea28fa9466;p=utils-android.git Fix: typos --- diff --git a/android-push b/android-push index 1eafa10..56a4278 100755 --- a/android-push +++ b/android-push @@ -16,9 +16,9 @@ if [ -z "$DEST" ]; then echo "Examples" echo "" echo "android-push /mylocal/music/ Music/" - echo "androis-pull DCIM/Camera /mylocal/camera" - echo "androis-pull Music /mylocal/music" - echo "androis-pull Ringtones /mylocal/ringtones $ANDROID_BASE" + echo "android-pull DCIM/Camera /mylocal/camera" + echo "android-pull Music /mylocal/music" + echo "android-pull Ringtones /mylocal/ringtones $ANDROID_BASE" exit 1 fi