]> git.proxmox.com Git - proxmox-backup.git/blobdiff - src/api2/types/tape/changer.rs
docs: fix EXPORT_SLOT_LIST_SCHEMA description
[proxmox-backup.git] / src / api2 / types / tape / changer.rs
index 780bf669bf478dc2de8e4970fe59a1ea9e72e5ef..dca3ae16bea0bee55f2063c6ba99cddf105fbfd1 100644 (file)
@@ -40,11 +40,11 @@ pub const SLOT_ARRAY_SCHEMA: Schema = ArraySchema::new(
         .schema())
     .schema();
 
-pub const EXPORT_SLOT_LIST_SCHEMA: Schema = StringSchema::new(r###"\
+pub const EXPORT_SLOT_LIST_SCHEMA: Schema = StringSchema::new("\
 A list of slot numbers, comma separated. Those slots are reserved for
 Import/Export, i.e. any media in those slots are considered to be
 'offline'.
-"###)
+")
 .format(&ApiStringFormat::PropertyString(&SLOT_ARRAY_SCHEMA))
 .schema();