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