* fix typo in preprocessor flag

* executable --help: provide full repository URL
This commit is contained in:
Mario Fink 2021-07-02 13:33:05 +02:00
parent 56f83b8132
commit 69f5e5496b
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
//---------------------------------------------------------------------------//
#ifndef IMCCONVRSION
#ifndef IMCCONVERSION
#define IMCCONVERSION
#include <vector>

View File

@ -133,7 +133,7 @@ void show_version()
void show_usage()
{
std::cout<<"\n"
<<"imctermite ["<<gittag<<"-g"<<githash<<"] (github.com/RecordEvolution/IMCtermite.git)"
<<"imctermite ["<<gittag<<"-g"<<githash<<"] (https://github.com/RecordEvolution/IMCtermite.git)"
<<"\n\n"
<<"Decode IMC raw files and dump data as *.csv"
<<"\n\n"