diff options
author | 2025-01-23 00:01:18 +0100 | |
---|---|---|
committer | 2025-01-23 00:01:18 +0100 | |
commit | f61a3bb6329009c71a32be3fe372edd9094ccbdc (patch) | |
tree | 4d379042f7475bab9d1b2179e3ba810133b0a221 /tools/ideviceimagemounter.c | |
parent | e1989405ad5ed51cf13776828767a56c84f3e760 (diff) | |
download | libimobiledevice-f61a3bb6329009c71a32be3fe372edd9094ccbdc.tar.gz libimobiledevice-f61a3bb6329009c71a32be3fe372edd9094ccbdc.tar.bz2 |
tools: Fix usage output for ideviceimagemounter
Diffstat (limited to 'tools/ideviceimagemounter.c')
-rw-r--r-- | tools/ideviceimagemounter.c | 2 |
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" |