diff options
author | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-01-19 16:01:13 +0100 |
---|---|---|
committer | Antonio Alvarez Feijoo <antonio.feijoo@suse.com> | 2024-01-19 16:01:13 +0100 |
commit | 08c0b6efd8140a411eda1862ea8c9b4263932341 (patch) | |
tree | 2f767955275100338867930bb48c2b80bd665221 /src/dissect | |
parent | bash-completion: add missing options to systemd-dissect (diff) | |
download | systemd-08c0b6efd8140a411eda1862ea8c9b4263932341.tar.xz systemd-08c0b6efd8140a411eda1862ea8c9b4263932341.zip |
dissect: fix typo
Diffstat (limited to 'src/dissect')
-rw-r--r-- | src/dissect/dissect.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dissect/dissect.c b/src/dissect/dissect.c index dce0209140..f6a8161d40 100644 --- a/src/dissect/dissect.c +++ b/src/dissect/dissect.c @@ -150,7 +150,7 @@ static int help(void) { " -u --umount Unmount the image from the specified directory\n" " -U Shortcut for --umount --rmdir\n" " --attach Attach the disk image to a loopback block device\n" - " --detach Detach a loopback block device gain\n" + " --detach Detach a loopback block device again\n" " -l --list List all the files and directories of the specified\n" " OS image\n" " --mtree Show BSD mtree manifest of OS image\n" |