diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-08-16 16:12:46 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-08-16 16:12:46 -0300 |
commit | 7b081d147f32ae132f9bf8a9b61737ea28fa9466 (patch) | |
tree | 49ad3cf9d028d8825c0fedf16172f427ba2f420c | |
parent | e6453010ebcf0ea86f31af03cd41f56b868ba3d9 (diff) | |
download | utils-android-main.tar.gz utils-android-main.tar.bz2 |
Fix: typosmain
-rwxr-xr-x | android-push | 6 |
1 files changed, 3 insertions, 3 deletions
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 |