Fix usage help message

This commit is contained in:
Marcel Alexandru Nitan
2023-07-25 00:46:39 +03:00
parent a1a03c57f2
commit 832a2a98c8
2 changed files with 15 additions and 3 deletions

View File

@@ -28,7 +28,7 @@ int main(int argc, char *argv[])
if (argc == 1)
{
printf("Usage:\n");
printf("cdrom [FILE]... [OPTION]...\n");
printf("isodrive [FILE]... [OPTION]...\n");
printf("Mounts the given FILE as a bootable device using configfs.\n");
printf(
"Run without any arguments to unmount any mounted files and display this help message.\n\n");