Skip to content

Commit

Permalink
fix: nci help text error
Browse files Browse the repository at this point in the history
  • Loading branch information
Zhazhazhu committed Jan 31, 2024
1 parent 5c861c4 commit 423dee6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/runner/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ pub fn run(func: Runner, args: Vec<String>, options: &mut DetectOptions) {
println!("nlx - execute");
println!("nu - upgrade");
println!("nun - uninstall");
println!("nci - uninstall");
println!("nci - clean install");
println!("na - agent alias");
print!("ni -v - show used agent");
println!(
Expand Down

0 comments on commit 423dee6

Please sign in to comment.