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)
" mount PATH Mount the developer disk image at PATH.\n"
" For iOS 17+, PATH is a directory containing a .dmg image,\n"
" a BuildManifest.plist, and a Firmware sub-directory;\n"
- " for older versions PATH is a .dmg filename with a"
+ " for older versions PATH is a .dmg filename with a\n"
" .dmg.signature in the same directory, or with another\n"
" parameter pointing to a file elsewhere.\n"
" list List mounted disk images.\n"