Update usage

Tell users they should specify the name for an image.
This commit is contained in:
2024-03-07 18:39:45 -05:00
parent bc7ccbd805
commit 2493f8916a

View File

@@ -143,7 +143,7 @@ static void *worker_task(zsock_t *pipe, char *disk_path) {
int main(int argc, char **argv) {
if (argc < 2) {
printf("Usage: %s <disk-path> ...\n", argv[0]);
printf("Usage: %s <disk-path>:<name> ...\n", argv[0]);
return EXIT_FAILURE;
}