Переглянути джерело

Improve error message in CLI base64 tool

Patrick-Christopher Mattulat 1 рік тому
батько
коміт
bbfd607c76
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      source/ls_std/encoding/cli/cli_base64_main.cpp

+ 1 - 1
source/ls_std/encoding/cli/cli_base64_main.cpp

@@ -41,7 +41,7 @@ int main(int argc, char *argv[])
   }
   else
   {
-    std::cerr << "There is an error in this command. Please use \"--help\" to get some support." << std::endl;
+    std::cerr << "There is an error in this command. Please use \"--help\" to get more information." << std::endl;
   }
 
   exit(0);