Skip to content

Commit

Permalink
Updates documentation according to lxc 6.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
sanpii committed Sep 16, 2024
1 parent b9ee5cb commit 17e88a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/container.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ impl Container {
}

/**
* Determine full path to the containers configuration file.
* Determine full path to the containers configuration directory.
*
* Each container can have a custom configuration path. However by default
* it will be set to either the `LXCPATH` configure variable, or the
Expand All @@ -455,7 +455,7 @@ impl Container {
}

/**
* Set the full path to the containers configuration file.
* Set the full path to the containers configuration directory.
*/
pub fn set_config_path(&self, path: &str) -> crate::Result {
call!(self.set_config_path(cstr!(path)) -> bool)
Expand Down

0 comments on commit 17e88a7

Please sign in to comment.