summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Nikias Bassen2025-01-23 00:01:18 +0100
committerGravatar Nikias Bassen2025-01-23 00:01:18 +0100
commitf61a3bb6329009c71a32be3fe372edd9094ccbdc (patch)
tree4d379042f7475bab9d1b2179e3ba810133b0a221
parente1989405ad5ed51cf13776828767a56c84f3e760 (diff)
downloadlibimobiledevice-f61a3bb6329009c71a32be3fe372edd9094ccbdc.tar.gz
libimobiledevice-f61a3bb6329009c71a32be3fe372edd9094ccbdc.tar.bz2
tools: Fix usage output for ideviceimagemounter
-rw-r--r--tools/ideviceimagemounter.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ideviceimagemounter.c b/tools/ideviceimagemounter.c
index c9825e4..0117d17 100644
--- a/tools/ideviceimagemounter.c
+++ b/tools/ideviceimagemounter.c
@@ -88,7 +88,7 @@ static void print_usage(int argc, char **argv, int is_error)
88 " mount PATH Mount the developer disk image at PATH.\n" 88 " mount PATH Mount the developer disk image at PATH.\n"
89 " For iOS 17+, PATH is a directory containing a .dmg image,\n" 89 " For iOS 17+, PATH is a directory containing a .dmg image,\n"
90 " a BuildManifest.plist, and a Firmware sub-directory;\n" 90 " a BuildManifest.plist, and a Firmware sub-directory;\n"
91 " for older versions PATH is a .dmg filename with a" 91 " for older versions PATH is a .dmg filename with a\n"
92 " .dmg.signature in the same directory, or with another\n" 92 " .dmg.signature in the same directory, or with another\n"
93 " parameter pointing to a file elsewhere.\n" 93 " parameter pointing to a file elsewhere.\n"
94 " list List mounted disk images.\n" 94 " list List mounted disk images.\n"