diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 22:55:45 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-16 22:55:45 +0000 |
commit | 04aecf1372d30eb709d8de65152535ab66dcb74a (patch) | |
tree | d1e4d8c453a76465e8b63119314a28d39b474479 /src/VBox/ImageMounter | |
parent | Adding upstream version 7.0.14-dfsg. (diff) | |
download | virtualbox-04aecf1372d30eb709d8de65152535ab66dcb74a.tar.xz virtualbox-04aecf1372d30eb709d8de65152535ab66dcb74a.zip |
Adding upstream version 7.0.16-dfsg.upstream/7.0.16-dfsg
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'src/VBox/ImageMounter')
-rw-r--r-- | src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp b/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp index 8e36358d..0fd8b335 100644 --- a/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp +++ b/src/VBox/ImageMounter/vboximg-mount/vboximg-mount.cpp @@ -254,7 +254,7 @@ briefUsage() ); RTPrintf("\n" "vboximg-mount is a utility to make VirtualBox disk images available to the host\n" - "operating system for privileged or non-priviliged access. Any version of the\n" + "operating system for privileged or non-privileged access. Any version of the\n" "disk can be mounted from its available history of snapshots.\n" "\n" "If the user specifies a base image identifier using the --image option, only\n" @@ -264,10 +264,10 @@ briefUsage() "\n" "The virtual disk is exposed as a device node within a FUSE-based filesystem\n" "that overlays the user-provided mount point. The FUSE filesystem consists of a\n" - "directory containing a number of files and possibly other directories:" + "directory containing a number of files and possibly other directories:\n" " * vhdd: Provides access to the raw disk image data as a flat image\n" " * vol<id>: Provides access to individual volumes on the accessed disk image\n" - " * fs<id>: Provides access to a supported filesystem without the need for a" + " * fs<id>: Provides access to a supported filesystem without the need for a\n" " host filesystem driver\n" "\n" "The directory will also contain a symbolic link which has the same basename(1)\n" @@ -1002,7 +1002,7 @@ static int vboxImgMntImageSetup(struct fuse_args *args) AccessMode_ReadOnly, false /* forceNewUuid */, pVDiskMedium.asOutParam())); if (FAILED(hrc)) - return RTMsgErrorExitFailure("\nCould't find specified VirtualBox base or snapshot disk image:\n%s", + return RTMsgErrorExitFailure("\nCouldn't find specified VirtualBox base or snapshot disk image:\n%s", g_vboximgOpts.pszImageUuidOrPath); |