CLI tool for migrating PDS

Clean up password prompt during account creation

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