From 680be5c3f8965074474345639a82d7479e0ada45 Mon Sep 17 00:00:00 2001 From: Manuel Penschuck Date: Fri, 23 May 2014 15:57:51 +0200 Subject: [PATCH] Typo --- base/create_project.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/create_project.pl b/base/create_project.pl index 089581c..658daab 100755 --- a/base/create_project.pl +++ b/base/create_project.pl @@ -320,6 +320,6 @@ STY -print "\nNOTE: The version.vhd file is neither generated nor updated when building in diamond.\n" -print "\nUse command-line compilation to create a version file.\n" +print "\nNOTE: The version.vhd file is neither generated nor updated when building in diamond.\n"; +print "\nUse command-line compilation to create a version file.\n"; print "\nDone. Execute \n> diamond $project_file\nto open the project\n"; -- 2.43.0