···154154 }
155155 };
156156 let password = match readln(Some(
157157- "Please type in the password you want to use on your new PDS",
157157+ "Please type in the password you want to use on your new PDS: ",
158158 )) {
159159 Ok(string) => string,
160160 Err(err) => {