diff options
author | EuAndreh <eu@euandre.org> | 2024-04-07 08:28:32 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2024-04-07 08:35:50 -0300 |
commit | d56bf7cae8157f6f75ccc59df1c945603e510f7d (patch) | |
tree | c8c87857de8693886b3d3e69e3fbde4ca18d7e76 /src/main.c | |
parent | src/logerr.c: Also *try* to log something when fprintf() and vfprintf() fail (diff) | |
download | pindaiba-d56bf7cae8157f6f75ccc59df1c945603e510f7d.tar.gz pindaiba-d56bf7cae8157f6f75ccc59df1c945603e510f7d.tar.xz |
src/lib.c: Print project metadata on pindaiba_main
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -4,7 +4,5 @@ int main(int argc, char **argv) { - // FIXME: pindaiba(1) has at least -h and -V, and maybe with no - // arguments it prints some arch information? - return re_main(argc, argv); + return pindaiba_main(argc, argv); } |