Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Martin Vidner <[email protected]>
  • Loading branch information
jreidinger and mvidner authored Sep 18, 2023
1 parent b9a7e4c commit 651ef17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion rust/agama-cli/src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 1 addition & 0 deletions rust/agama-cli/src/questions.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 651ef17

Please sign in to comment.