CLI tool for migrating PDS

Clean up password prompt during account creation

+1 -1
+1 -1
src/main.rs
··· 154 154 } 155 155 }; 156 156 let password = match readln(Some( 157 - "Please type in the password you want to use on your new PDS", 157 + "Please type in the password you want to use on your new PDS: ", 158 158 )) { 159 159 Ok(string) => string, 160 160 Err(err) => {