From 38beeed21c558ac41e871b0b47e2f3e9e621ad9f Mon Sep 17 00:00:00 2001 From: Jimmy Zhang Date: Fri, 20 Mar 2015 17:20:20 -0700 Subject: Remove misleading message "deprecated" Since option "-t" is still fully supported, correct the help messages. Signed-off-by: Jimmy Zhang Signed-off-by: Stephen Warren --- src/cbootimage.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cbootimage.c b/src/cbootimage.c index 22d7aef..1dfb719 100644 --- a/src/cbootimage.c +++ b/src/cbootimage.c @@ -72,7 +72,7 @@ usage(void) printf(" -o Specify the odm_data(in hex).\n"); printf(" -t|--tegra NN Select target device. Must be one of:\n"); printf(" 20, 30, 114, 124, 132, 210.\n"); - printf(" Default: 20. This option is deprecated\n"); + printf(" Default: 20.\n"); printf(" -s|--soc tegraNN Select target device. Must be one of:\n"); printf(" tegra20, tegra30, tegra114, tegra124,\n"); printf(" tegra132, tegra210.\n"); -- cgit v1.2.1