tape: fix paramater name - s/slot/source-slot/
This commit is contained in:
		@ -877,7 +877,7 @@ fn main() {
 | 
				
			|||||||
        .insert(
 | 
					        .insert(
 | 
				
			||||||
            "load-media-from-slot",
 | 
					            "load-media-from-slot",
 | 
				
			||||||
            CliCommand::new(&API_METHOD_LOAD_MEDIA_FROM_SLOT)
 | 
					            CliCommand::new(&API_METHOD_LOAD_MEDIA_FROM_SLOT)
 | 
				
			||||||
                .arg_param(&["slot"])
 | 
					                .arg_param(&["source-slot"])
 | 
				
			||||||
                .completion_cb("drive", complete_drive_name)
 | 
					                .completion_cb("drive", complete_drive_name)
 | 
				
			||||||
        )
 | 
					        )
 | 
				
			||||||
        .insert(
 | 
					        .insert(
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user