summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJimmy Zhang <jimmzhang@nvidia.com>2015-03-20 17:20:20 -0700
committerStephen Warren <swarren@nvidia.com>2015-03-25 08:21:31 -0600
commit38beeed21c558ac41e871b0b47e2f3e9e621ad9f (patch)
tree3f19f5b9ea52a19a203327b0c32f6755d425a925
parent623a1ad096ec4a39e4cbd6dcff9bef8ce74359e6 (diff)
downloadnvidia-cbootimage-38beeed21c558ac41e871b0b47e2f3e9e621ad9f.tar.gz
Remove misleading message "deprecated"
Since option "-t" is still fully supported, correct the help messages. Signed-off-by: Jimmy Zhang <jimmzhang@nvidia.com> Signed-off-by: Stephen Warren <swarren@nvidia.com>
-rw-r--r--src/cbootimage.c2
1 files changed, 1 insertions, 1 deletions
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<ODM_DATA> 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");