* fix typo in preprocessor flag
* executable --help: provide full repository URL
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
//---------------------------------------------------------------------------//
|
//---------------------------------------------------------------------------//
|
||||||
|
|
||||||
#ifndef IMCCONVRSION
|
#ifndef IMCCONVERSION
|
||||||
#define IMCCONVERSION
|
#define IMCCONVERSION
|
||||||
|
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
@@ -133,7 +133,7 @@ void show_version()
|
|||||||
void show_usage()
|
void show_usage()
|
||||||
{
|
{
|
||||||
std::cout<<"\n"
|
std::cout<<"\n"
|
||||||
<<"imctermite ["<<gittag<<"-g"<<githash<<"] (github.com/RecordEvolution/IMCtermite.git)"
|
<<"imctermite ["<<gittag<<"-g"<<githash<<"] (https://github.com/RecordEvolution/IMCtermite.git)"
|
||||||
<<"\n\n"
|
<<"\n\n"
|
||||||
<<"Decode IMC raw files and dump data as *.csv"
|
<<"Decode IMC raw files and dump data as *.csv"
|
||||||
<<"\n\n"
|
<<"\n\n"
|
||||||
|
Reference in New Issue
Block a user