-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Marcos Del Sol Vives
committed
Mar 11, 2017
1 parent
d7dd307
commit df1405d
Showing
3 changed files
with
11 additions
and
29 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,7 +19,7 @@ static char * self; | |
|
||
void usage() { | ||
fprintf(stderr, | ||
"amiitool v%s (commit %08x)\n" | ||
"amiitool build %i (commit %s-%08x)\n" | ||
"by Marcos Del Sol Vives <[email protected]>\n" | ||
"\n" | ||
"Usage: %s (-e|-d) -k keyfile [-i input] [-o output]\n" | ||
|
@@ -29,7 +29,7 @@ void usage() { | |
" -i input file. If not specified, stdin will be used.\n" | ||
" -o output file. If not specified, stdout will be used.\n" | ||
" -l decrypt files with invalid signatures.\n", | ||
nfc3d_version(), nfc3d_commit_id(), self | ||
nfc3d_version_build(), nfc3d_version_fork(), nfc3d_version_commit(), self | ||
); | ||
} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters