diff options
author | Nikias Bassen | 2023-02-11 00:35:52 +0100 |
---|---|---|
committer | Nikias Bassen | 2023-02-11 00:35:52 +0100 |
commit | c50f53a7c2aa1744396ffa5c48e6c99c82c27c79 (patch) | |
tree | b3f319ba34d45e16de3fe8c5ab0cf66198689fc0 /man | |
parent | 39701a4c3377603f826ad7fe61fbe27d6c126004 (diff) | |
download | ideviceinstaller-c50f53a7c2aa1744396ffa5c48e6c99c82c27c79.tar.gz ideviceinstaller-c50f53a7c2aa1744396ffa5c48e6c99c82c27c79.tar.bz2 |
Add -b, --bundle-identifier command line switch to allow querying for bundle identifier
Diffstat (limited to 'man')
-rw-r--r-- | man/ideviceinstaller.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/man/ideviceinstaller.1 b/man/ideviceinstaller.1 index 8d2a01d..8ede2db 100644 --- a/man/ideviceinstaller.1 +++ b/man/ideviceinstaller.1 @@ -31,6 +31,9 @@ list apps installed on the device. .RS .B Additional options: .TP +\-b <bundleID> +Only query for given bundle identifier (can be passed multiple times) +.TP \-o list_user list user apps only (apps installed by the user) .B This is the default. |