Detect sections; Unify printing help across the tools
This commit is contained in:
@@ -47,6 +47,6 @@ fn main() {
|
||||
exit_with_error(error)
|
||||
}
|
||||
},
|
||||
Err(error) => eprintln!("{}", error)
|
||||
Err(error) => println!("{}", error)
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user