aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--icebram/icebram.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/icebram/icebram.cc b/icebram/icebram.cc
index 218d276..f585fcf 100644
--- a/icebram/icebram.cc
+++ b/icebram/icebram.cc
@@ -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");