diff options
author | Tom Verbeure <hombre+github@gmail.com> | 2018-06-02 19:10:51 -0700 |
---|---|---|
committer | Tom Verbeure <hombre+github@gmail.com> | 2018-06-02 19:10:51 -0700 |
commit | 4943748512447ff360e07f227040315a6fb79337 (patch) | |
tree | 38b853078c61f807f4a46d3a94d9dff80576f386 /icebram/icebram.cc | |
parent | 8b32b75d5699a5645f4b7193bda9f2d23921c911 (diff) | |
download | icestorm-4943748512447ff360e07f227040315a6fb79337.tar.gz icestorm-4943748512447ff360e07f227040315a6fb79337.tar.bz2 icestorm-4943748512447ff360e07f227040315a6fb79337.zip |
Remove rogue space
Diffstat (limited to 'icebram/icebram.cc')
-rw-r--r-- | icebram/icebram.cc | 2 |
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"); |