mirror of
https://github.com/ibm-s390-linux/s390-tools.git
synced 2026-08-05 02:14:52 +00:00
rust/pvapconfig: Fix expected out doc comment
error[E0753]: expected outer doc comment Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com> Reviewed-by: Steffen Eiden <seiden@linux.ibm.com> Signed-off-by: Steffen Eiden <seiden@linux.ibm.com>
This commit is contained in:
committed by
Steffen Eiden
parent
503e241db1
commit
4d2c92f6d5
@@ -2,7 +2,6 @@
|
||||
//
|
||||
// Copyright IBM Corp. 2023
|
||||
//
|
||||
//! Command line interface for pvapconfig
|
||||
//
|
||||
|
||||
use clap::Parser;
|
||||
@@ -11,6 +10,7 @@ use lazy_static::lazy_static;
|
||||
/// The default pvapconfig config file
|
||||
pub const PATH_DEFAULT_CONFIG_FILE: &str = "/etc/pvapconfig.yaml";
|
||||
|
||||
/// Command line interface for pvapconfig
|
||||
#[derive(Parser, Clone)]
|
||||
pub struct Cli {
|
||||
/// Provide a custom config file (overwrites default /etc/pvapconfig.yaml).
|
||||
|
||||
Reference in New Issue
Block a user