Skip to content

Commit

Permalink
refactor: rename get kernel-parameters argument
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Sopena Ballesteros committed Aug 22, 2024
1 parent 4374646 commit 95adf05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,7 @@ pub fn subcommand_get_kernel_parameters() -> Command {
Command::new("kernel-parameters")
.visible_aliases(["k", "kp", "kernel-params"])
.about("Get kernel-parameters information")
.arg(arg!(-n --xnames <XNAMES> "Comma separated list of xnames to retreive the kernel parameters from.\neg: 'x1001c1s0b0n1,x1001c1s0b1n0'"))
.arg(arg!(-x --xnames <XNAMES> "Comma separated list of xnames to retreive the kernel parameters from.\neg: 'x1001c1s0b0n1,x1001c1s0b1n0'"))
.arg(arg!(-f --filter <KEYS> "Comma separated list of kernel parameters to filter.\neg: 'console,bad_page,crashkernel,hugepagelist,root'")).arg(arg!(-H --"hsm-group" <HSM_GROUP_NAME> "List kernel parameters for all nodes in a HSM group name"))
}

Expand Down

0 comments on commit 95adf05

Please sign in to comment.