ADD: new track message, Entity class and Position class
This commit is contained in:
8
libs/geographiclib/man/dummy.usage.in
Normal file
8
libs/geographiclib/man/dummy.usage.in
Normal file
@@ -0,0 +1,8 @@
|
||||
// Dummy usage file to be used when the man page isn't available
|
||||
|
||||
int usage(int retval, bool /* brief */) {
|
||||
( retval ? std::cerr : std::cout )
|
||||
<< "For full documentation on @TOOL@, see\n"
|
||||
<< " https://geographiclib.sourceforge.io/C++/@PROJECT_VERSION@/@TOOL@.1.html\n";
|
||||
return retval;
|
||||
}
|
||||
Reference in New Issue
Block a user