--- embedtools/src/cfi.c 2011/06/20 12:37:07 1.1.2.1 +++ embedtools/src/cfi.c 2014/02/04 16:05:31 1.2.4.2 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ - * $Id: cfi.c,v 1.1.2.1 2011/06/20 12:37:07 misho Exp $ + * $Id: cfi.c,v 1.2.4.2 2014/02/04 16:05:31 misho Exp $ * ************************************************************************* The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 +Copyright 2004 - 2014 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -53,13 +53,13 @@ extern char compiled[], compiledby[], compilehost[]; static void Usage() { - printf( "-= CFI =- Flash interface managment tool\n" + printf( "-= CFI =- Flash interface management tool\n" "=== %s === %s@%s ===\n\n" " Syntax: cfi [options] [arg]\n" "\n" "\t-v\t\tVerbose ...\n" "\t-w\t\tWrite operation for oem or plr ...\n" - "\t-f \t\tCFI device like [default=/dev/cfi0]...\n" + "\t-f \tCFI device like [default=/dev/cfi0]...\n" "\n", compiled, compiledby, compilehost); }