Changed help output format
This commit is contained in:
		| @ -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() { | ||||||
|  | |||||||
		Reference in New Issue
	
	Block a user