Skip to content

Commit

Permalink
Fixes usage
Browse files Browse the repository at this point in the history
  • Loading branch information
r-oung committed Mar 27, 2020
1 parent 68d1a7e commit 72cd732
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <package-name> <shortcut_name>
usage: shortcut.sh <package-name> <shortcut-name>
Creates a shortcut for APK file
Expand All @@ -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.
```

0 comments on commit 72cd732

Please sign in to comment.