diff --git a/rust/agama-cli/src/commands.rs b/rust/agama-cli/src/commands.rs index c685eb0767..45d83b78da 100644 --- a/rust/agama-cli/src/commands.rs +++ b/rust/agama-cli/src/commands.rs @@ -23,7 +23,7 @@ pub enum Commands { Profile(ProfileCommands), /// Configuration for questions that come from installer /// - /// Questions are raised when an unexpected situation happens in the installer: + /// Questions are raised when an unexpected (by the user) situation happens in the installer: /// like if an encrypted partition is detected and cannot be inspected, /// if a repository is signed by an unknown GPG key, or if the installer is not sure /// if multipath should be activated. diff --git a/rust/agama-cli/src/questions.rs b/rust/agama-cli/src/questions.rs index f27d4a3cd6..51d1380068 100644 --- a/rust/agama-cli/src/questions.rs +++ b/rust/agama-cli/src/questions.rs @@ -16,6 +16,7 @@ pub enum QuestionsCommands { /// them in interactive mode or change answer in automatic mode. /// /// For more details and examples see official Agama documentation. + /// https://github.com/openSUSE/agama/blob/master/doc/questions.md Answers { /// Local path to file with answers in YAML format path: String,