[pbs-devel] [PATCH v2 proxmox-backup 01/31] api: datastore: add missing whitespace in description
Christian Ebner
c.ebner at proxmox.com
Thu Aug 1 09:43:33 CEST 2024
Signed-off-by: Christian Ebner <c.ebner at proxmox.com>
---
changes since version 1:
- not present in previous version
src/api2/admin/datastore.rs | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/api2/admin/datastore.rs b/src/api2/admin/datastore.rs
index 09518c64e..0ea599758 100644
--- a/src/api2/admin/datastore.rs
+++ b/src/api2/admin/datastore.rs
@@ -270,7 +270,7 @@ pub fn list_groups(
},
access: {
permission: &Permission::Anybody,
- description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\
+ description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \
or DATASTORE_PRUNE and being the owner of the group",
},
)]
@@ -377,7 +377,7 @@ pub async fn list_snapshot_files(
},
access: {
permission: &Permission::Anybody,
- description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\
+ description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \
or DATASTORE_PRUNE and being the owner of the group",
},
)]
@@ -957,7 +957,7 @@ pub fn verify(
returns: pbs_api_types::ADMIN_DATASTORE_PRUNE_RETURN_TYPE,
access: {
permission: &Permission::Anybody,
- description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any\
+ description: "Requires on /datastore/{store}[/{namespace}] either DATASTORE_MODIFY for any \
or DATASTORE_PRUNE and being the owner of the group",
},
)]
--
2.39.2
More information about the pbs-devel
mailing list