From 4943748512447ff360e07f227040315a6fb79337 Mon Sep 17 00:00:00 2001 From: Tom Verbeure Date: Sat, 2 Jun 2018 19:10:51 -0700 Subject: Remove rogue space --- icebram/icebram.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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] \n", cmd); - printf(" %s [options] -g [-s ] \n", cmd); + printf(" %s [options] -g [-s ] \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"); -- cgit v1.2.3