Skip to content
This repository has been archived by the owner on Nov 21, 2020. It is now read-only.

Commit

Permalink
cli info
Browse files Browse the repository at this point in the history
  • Loading branch information
dd86k committed Mar 27, 2017
1 parent 6796a55 commit e3e722f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ggf.d
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ enum

void PrintHelp()
{
writeln("Determine the file type by its content.");
writeln("Get disk information.");
writeln(" Usage: ", PROJECT_NAME, " [-f] [-b]");
writeln(" ", PROJECT_NAME, " {--help|--version|/?}");
}
Expand All @@ -33,7 +33,7 @@ debug
writeln(PROJECT_NAME, " ", PROJECT_VER, "-debug (", __TIMESTAMP__, ")");
else
writeln(PROJECT_NAME, " ", PROJECT_VER, " (", __TIMESTAMP__, ")");
writeln("MIT License: Copyright (c) 2016-2017 dd86k");
writeln("MIT License: Copyright (c) 2017 dd86k");
writeln("Project page: <https://github.com/dd86k/", PROJECT_NAME, ">");
writeln("Compiled ", __FILE__, " with ", __VENDOR__, " v", __VERSION__);
}
Expand Down

0 comments on commit e3e722f

Please sign in to comment.