* fix typo in preprocessor flag
* executable --help: provide full repository URL
This commit is contained in:
parent
56f83b8132
commit
69f5e5496b
@ -1,6 +1,6 @@
|
||||
//---------------------------------------------------------------------------//
|
||||
|
||||
#ifndef IMCCONVRSION
|
||||
#ifndef IMCCONVERSION
|
||||
#define IMCCONVERSION
|
||||
|
||||
#include <vector>
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user