[0.95][x86] Print output to a file instead of printing it to stdout

This commit is contained in:
Dr-Noob
2021-03-15 19:58:52 +01:00
parent 2f61ebd35a
commit b02d3d6d11
2 changed files with 29 additions and 22 deletions

View File

@@ -51,7 +51,7 @@ NOTES: \n\
}
void print_version() {
printf("cpufetch v%s (%s)\n",VERSION, ARCH_STR);
printf("cpufetch v%s (%s) [outfile branch]\n",VERSION, ARCH_STR);
}
int main(int argc, char* argv[]) {