X-Git-Url: https://git.teslayout.com/public/public/public/?a=blobdiff_plain;f=example%2Ftime%2Fconversor%2Fmain.cpp;h=de4ee34de1af9e804d8b0d4ceb5ce9ecfa7bd78b;hb=5fbd0ffbe9826876b95adc316c84557009428384;hp=9f6a9983cb0ed995621228f9a0b847dbe4189d12;hpb=93366a0bda79e6fd6e7dad6316bfcf8cc82f5731;p=anna.git diff --git a/example/time/conversor/main.cpp b/example/time/conversor/main.cpp index 9f6a998..de4ee34 100644 --- a/example/time/conversor/main.cpp +++ b/example/time/conversor/main.cpp @@ -33,7 +33,7 @@ int main(int argc, char** argv) { // option if (!argv[1]) { - std::string msg = "Use: "; + std::string msg = "Usage: "; msg += argv[0]; msg += " [-unix ] [-ntp ] [-yyyymmddHHmmss ]"; F_exit(msg.c_str());