diff options
author | Martin Szulecki | 2014-10-14 19:26:21 +0200 |
---|---|---|
committer | Martin Szulecki | 2014-10-14 19:26:21 +0200 |
commit | ec2d5cda304d3d549eccb84e4759d1159a3b81cb (patch) | |
tree | 1d8caae88f318cabb578f862f846a6ab32960196 | |
parent | f0fd27511fc13adacfec139eadb4d08ffbad0d4d (diff) | |
download | ideviceinstaller-ec2d5cda304d3d549eccb84e4759d1159a3b81cb.tar.gz ideviceinstaller-ec2d5cda304d3d549eccb84e4759d1159a3b81cb.tar.bz2 |
man: Update man page to have correct short arguments
-rw-r--r-- | man/ideviceinstaller.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1 index 2ff31a9..bed39bd 100644 --- a/man/ideviceinstaller.1 +++ b/man/ideviceinstaller.1 @@ -17,7 +17,7 @@ enumerate installed or archived apps on iDevices. .B \-d, \-\-debug enable communication debugging. .TP -.B \-U, \-\-uuid UUID +.B \-u, \-\-uuid UUID target specific device by its 40-digit device UUID. .TP .B \-h, \-\-help @@ -50,7 +50,7 @@ print output in xml format (PList) install app from a package file specified by ARCHIVE. .TP -.B \-u, \-\-uninstall APPID +.B \-U, \-\-uninstall APPID uninstall app specified by APPID. .TP |