Explorar o código

darkwikid/taud: fix typo

ghassmo %!s(int64=3) %!d(string=hai) anos
pai
achega
b793085d12
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      bin/darkwikid/src/main.rs
  2. 1 1
      bin/tau/taud/src/main.rs

+ 1 - 1
bin/darkwikid/src/main.rs

@@ -563,7 +563,7 @@ async fn realmain(settings: Args, executor: Arc<Executor<'_>>) -> Result<()> {
 
         if confirm == "yes" || confirm == "y" {
             remove_dir_all(docs_path).unwrap_or(());
-            println!("Local docs get removed");
+            println!("Local data removed successfully.");
         } else {
             error!("Unexpected Value: {}", confirm);
         }

+ 1 - 1
bin/tau/taud/src/main.rs

@@ -156,7 +156,7 @@ async fn realmain(settings: Args, executor: Arc<Executor<'_>>) -> Result<()> {
 
         if confirm == "yes" || confirm == "y" {
             remove_dir_all(datastore_path).unwrap_or(());
-            println!("Local data get removed");
+            println!("Local data removed successfully.");
         } else {
             error!("Unexpected Value: {}", confirm);
         }