Browse Source

fixed typo on cli

lunar-mining 5 years ago
parent
commit
37e395b109
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/cli/client_cli/darkfid_cli.rs

+ 2 - 2
src/cli/client_cli/darkfid_cli.rs

@@ -101,9 +101,9 @@ impl DarkfidCli {
                             config.log_path = v.to_string();
                             println!("Change Log Path To {}", config.log_path);
                         }
-                        if let Some(v) = c.value_of("passport") {
+                        if let Some(v) = c.value_of("password") {
                             config.log_path = v.to_string();
-                            println!("Password updated successfully.");
+                            println!("Updated password.");
                         }
                     }
                     _ => {}