diff --git a/src/main.rs b/src/main.rs index d098db7..59a1d60 100644 --- a/src/main.rs +++ b/src/main.rs @@ -58,6 +58,7 @@ fn get_outfile(args: &Vec) -> Option<&str> { fn print_help(user_data_file: &String) { println!("license-tool [-h] [-o OUTFILE] "); + println!("User License Dir: {}", user_data_file); let mut user_dirs = HashSet::::new(); let user_dir = fs::read_dir(user_data_file); if user_dir.is_ok() {