Add constants for fast path resume copying
[coreboot.git] / util / nvramtool / common.c
index c80c2da6dfaf632048a7778f7f3d02e0ba814a03..91fcccc68b4fd5a943ef4f0f9cef2b96cde20c18 100644 (file)
@@ -48,7 +48,7 @@ int get_line_from_file(FILE * f, char line[], int line_buf_size)
                return LINE_EOF;
 
        /* If the file contains a line that is too long, then it's best
-        * to let the user know right away rather than passing back a 
+        * to let the user know right away rather than passing back a
         * truncated result that will lead to problems later on.
         */
        return (strlen(line) == ((size_t) (line_buf_size - 1))) ?
@@ -82,6 +82,8 @@ void usage(FILE * outfile)
                "LAYOUT_FILE.\n"
                "       -t:             Use CMOS layout specified by CMOS option "
                "table.\n"
+               "       -C CBFS_FILE:   Use CBFS file for layout and CMOS data.\n"
+               "       -D CMOS_FILE:   Use CMOS file for CMOS data (overrides CMOS of -C).\n"
                "       [-n] -r NAME:   Show parameter NAME.  If -n is given, "
                "show value only.\n"
                "       -e NAME:        Show all possible values for parameter "