]> git.proxmox.com Git - proxmox-backup.git/commitdiff
docs: improve MEDIA_SET_NAMING_TEMPLATE_SCHEMA description
authorDietmar Maurer <dietmar@proxmox.com>
Mon, 22 Feb 2021 08:50:16 +0000 (09:50 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Mon, 22 Feb 2021 08:50:16 +0000 (09:50 +0100)
src/api2/types/tape/media_pool.rs

index c28f7efeb742e16b07f9b8fd94b19942522ab43a..46231ab4755805d9c19d9a0c76934261ae69bf30 100644 (file)
@@ -34,7 +34,7 @@ pub const MEDIA_POOL_NAME_SCHEMA: Schema = StringSchema::new("Media pool name.")
     .schema();
 
 pub const MEDIA_SET_NAMING_TEMPLATE_SCHEMA: Schema = StringSchema::new(
-    "Media set naming template.")
+    "Media set naming template (may contain strftime() time format specifications).")
     .format(&SINGLE_LINE_COMMENT_FORMAT)
     .min_length(2)
     .max_length(64)