From 72cd73251eada9b11c2daa67cfaea9211abf9e2a Mon Sep 17 00:00:00 2001 From: Raymond Oung <44389573+ray-hrst@users.noreply.github.com> Date: Fri, 27 Mar 2020 16:16:14 +0900 Subject: [PATCH] Fixes usage --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 569fcb6..1521b47 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ positional arguments: ### shortcut.sh Creates an APK (visible on temi's Launcher) that launches another APK. This can be used to run APKs that are hidden from temi's Launcher. ``` -usage: shortcut.sh +usage: shortcut.sh Creates a shortcut for APK file @@ -75,7 +75,7 @@ dependencies: positional arguments: package-name Android application package name - shortcut_name Shortcut name. Use double-quotes to encapsulate + shortcut-name Shortcut name. Use double-quotes to encapsulate a name with whitespace. ```