X-Git-Url: https://git.saurik.com/apple/system_cmds.git/blobdiff_plain/dff030352db692b5705f0f42d5327f7cd2f75a97..fc6d9e4b3869b070d680256cdce0a1acf93ae569:/nvram.tproj/nvram.c diff --git a/nvram.tproj/nvram.c b/nvram.tproj/nvram.c index 9cb94ae..4fef3a1 100644 --- a/nvram.tproj/nvram.c +++ b/nvram.tproj/nvram.c @@ -1,5 +1,5 @@ /* - * Copyright (c) 2000-2005 Apple Computer, Inc. All rights reserved. + * Copyright (c) 2000-2012 Apple Computer, Inc. All rights reserved. * * @APPLE_LICENSE_HEADER_START@ * @@ -138,7 +138,7 @@ static void UsageMessage(char *message) { warnx("(usage: %s)", message); - printf("%s [-x] [-p] [-f filename] [-d name] name[=value] ...\n", gToolName); + printf("%s [-x] [-p] [-f filename] [-d name] [-c] name[=value] ...\n", gToolName); printf("\t-x use XML format for printing or reading variables\n"); printf("\t (must appear before -p or -f)\n"); printf("\t-p print all firmware variables\n");