Changed help output format

This commit is contained in:
Alexander Rosenberg 2022-10-07 05:02:07 -07:00
parent 266f30af09
commit b030dec3d0
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -58,6 +58,7 @@ fn get_outfile(args: &Vec<String>) -> Option<&str> {
fn print_help(user_data_file: &String) { fn print_help(user_data_file: &String) {
println!("license-tool [-h] [-o OUTFILE] <license>"); println!("license-tool [-h] [-o OUTFILE] <license>");
println!("User License Dir: {}", user_data_file);
let mut user_dirs = HashSet::<String>::new(); let mut user_dirs = HashSet::<String>::new();
let user_dir = fs::read_dir(user_data_file); let user_dir = fs::read_dir(user_data_file);
if user_dir.is_ok() { if user_dir.is_ok() {