Skip to content

Commit

Permalink
Fixed usage help
Browse files Browse the repository at this point in the history
  • Loading branch information
carlashley committed Oct 10, 2016
1 parent fa0dc19 commit 22d3231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion precache.py
Expand Up @@ -621,7 +621,7 @@ def _get_default_metavar_for_optional(self, action):
nargs='+',
dest='model',
metavar='model',
help='Provide one or more models, i.e iPhone8,2',
help='Provide model(s)/app(s), i.e iPhone8,2 Xcode',
required=False)

parser.add_argument('-os', '--os-installer',
Expand Down

0 comments on commit 22d3231

Please sign in to comment.