We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f20dda commit 718c563Copy full SHA for 718c563
resources/WindowsUpdate/src/main.rs
@@ -11,7 +11,7 @@ fn main() {
11
12
if args.len() < 2 {
13
eprintln!("Error: Missing operation argument");
14
- eprintln!("Usage: wu_dsc <get|set|test|export>");
+ eprintln!("Usage: wu_dsc <get|set|export>");
15
std::process::exit(1);
16
}
17
@@ -101,7 +101,7 @@ fn main() {
101
102
_ => {
103
eprintln!("Error: Unknown operation '{}'", operation);
104
- eprintln!("Usage: wu_dsc <get|set|test>");
105
106
107
0 commit comments