Explorar el Código

Improve error message in CLI base64 tool

Patrick-Christopher Mattulat hace 2 años
padre
commit
bbfd607c76
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);