diff options
author | Julien Lavergne | 2011-03-20 08:29:28 +0100 |
---|---|---|
committer | Martin Szulecki | 2011-03-20 08:29:28 +0100 |
commit | aca49fcd0bb1b427ebeadafb34e49302b8cce970 (patch) | |
tree | 0ab2c9e956f0a24b60790ddeb3b5290e1ea943ff | |
parent | 64757bc9eeef0d889fe6ea3506e77916dff5564a (diff) | |
download | ideviceinstaller-aca49fcd0bb1b427ebeadafb34e49302b8cce970.tar.gz ideviceinstaller-aca49fcd0bb1b427ebeadafb34e49302b8cce970.tar.bz2 |
Minor escaping fixes for manpage
-rw-r--r-- | man/ideviceinstaller.1 | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1 index fd00ff6..a9d2665 100644 --- a/man/ideviceinstaller.1 +++ b/man/ideviceinstaller.1 @@ -31,17 +31,17 @@ list apps installed on the device. .RS .B Additional options: .TP --o list_user +\-o list_user list user apps only (apps installed by the user) .B This is the default. .TP --o list_system +\-o list_system list system apps only (apps available from the system firmware) .TP --o list_all +\-o list_all list all types of apps .TP --o xml +\-o xml print output in xml format (PList) .RE @@ -68,7 +68,7 @@ list archived applications on the device. .RS .B Additional options: .TP --o xml +\-o xml print output in xml format (PList) .RE @@ -79,16 +79,16 @@ archive app specified by APPID. .RS .B Additional options: .TP --o uninstall +\-o uninstall uninstall the package after making an archive .TP --o app_only +\-o app_only archive application data only .TP --o copy=PATH +\-o copy=PATH copy the app archive to directory PATH when done .TP --o remove +\-o remove only valid when copy=PATH is used: remove after copy .RE |