diff --git a/src/bin/proxmox-backup-manager.rs b/src/bin/proxmox-backup-manager.rs index 354536a4..e1a8eaee 100644 --- a/src/bin/proxmox-backup-manager.rs +++ b/src/bin/proxmox-backup-manager.rs @@ -81,6 +81,10 @@ fn datastore_commands() -> CommandLineInterface { CliCommand::new(&api2::config::datastore::API_METHOD_CREATE_DATASTORE) .arg_param(&["name", "path"]) ) + .insert("update", + CliCommand::new(&api2::config::datastore::API_METHOD_UPDATE_DATASTORE) + .arg_param(&["name"]) + ) .insert("remove", CliCommand::new(&api2::config::datastore::API_METHOD_DELETE_DATASTORE) .arg_param(&["name"])