]> git.proxmox.com Git - proxmox-backup.git/commitdiff
src/api2/config/datastore.rs_ fix method docs
authorDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Apr 2020 06:53:16 +0000 (08:53 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Wed, 22 Apr 2020 06:53:16 +0000 (08:53 +0200)
src/api2/config/datastore.rs

index a388737d9ea4d6573b8009cda6657100813f4c2e..e22086d32a3652ea36ddc5c3861040d150a8c0aa 100644 (file)
@@ -128,7 +128,7 @@ pub fn read_datastore(name: String) -> Result<Value, Error> {
         permission: &Permission::Privilege(&["datastore", "{name}"], PRIV_DATASTORE_ALLOCATE, false),
     },
 )]
-/// Create new datastore config.
+/// Update datastore config.
 pub fn update_datastore(
     name: String,
     comment: Option<String>,