Remove rogue space

This commit is contained in:
Tom Verbeure 2018-06-02 19:10:51 -07:00
parent 8b32b75d56
commit 4943748512
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ void help(const char *cmd)
{
printf("\n");
printf("Usage: %s [options] <from_hexfile> <to_hexfile>\n", cmd);
printf(" %s [options] -g [-s <seed>] <width> <depth>\n", cmd);
printf(" %s [options] -g [-s <seed>] <width> <depth>\n", cmd);
printf("\n");
printf("Replace BRAM initialization data in a .asc file. This can be used\n");
printf("for example to replace firmware images without re-running synthesis\n");