mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/pvapconfig: Fix typos and clippy findings
Reviewed-by: Marc Hartmayer <mhartmay@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
committed by
Jan Höppner
parent
fb65b53b9b
commit
459a257568
@@ -21,7 +21,7 @@ pub struct Cli {
|
||||
#[arg(short = 'n', long = "dry-run")]
|
||||
pub dryrun: bool,
|
||||
|
||||
/// Enforce strict match: All config entries need to be fullfilled.
|
||||
/// Enforce strict match: All config entries need to be fulfilled.
|
||||
///
|
||||
/// By default it is enough to successfully apply at least one config entry.
|
||||
/// With the strict flag enabled, all config entries within a config file
|
||||
|
||||
Reference in New Issue
Block a user