Skip to content

Commit

Permalink
Minor wording changes in the help message
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmytro Konstantinov committed May 31, 2018
1 parent 8d5d84c commit 01f397a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appmaker
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ VERSION='1.0.1'
__help() {
cat <<EOS
Usage:
${0} [options] <file-or-url> <path-to-app>
${0} [options] <url-or-file> <path-to-app>
Create a MacOS app by encapsulating a given executable or URL into an app.
The file will be copyed inside the new app, and executed on app start.
Expand Down Expand Up @@ -48,7 +48,7 @@ Usage:
Arguments All agruments are optional and
--------- can be supplied in any order.
<file-or-url> Path to the binarry or the URL which is
<url-or-file> Path to the binarry or the URL which is
to be encapsulated into the new app
<path-to-app> Path to the application
Expand Down

0 comments on commit 01f397a

Please sign in to comment.