diff options
author | Ed Bartosh <ed.bartosh@linux.intel.com> | 2016-12-08 15:19:55 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-13 22:55:19 +0000 |
commit | 07dcfef1ea6c6649b6d2dcc61f4f2658aafc52a9 (patch) | |
tree | 6671633365b8bc28d5e42c0e8f3173324e438d5f /scripts | |
parent | 1417adcf53336bd65799f116f19237092a60d9c8 (diff) | |
download | poky-07dcfef1ea6c6649b6d2dcc61f4f2658aafc52a9.tar.gz |
wic: rename command line option -p -> -s
Short variant of wic command line option --skip-build-check
is incorretly named -p. It's named -s in wic help and Yocto
documentation.
(From OE-Core rev: 8d4121459334349f10bfb0f4cda00a8461aab245)
Signed-off-by: Ed Bartosh <ed.bartosh@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/wic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/wic b/scripts/wic index fe2c33f0e7..1ad16665e7 100755 --- a/scripts/wic +++ b/scripts/wic | |||
@@ -107,7 +107,7 @@ def wic_create_subcommand(args, usage_str): | |||
107 | parser.add_option("-n", "--native-sysroot", dest="native_sysroot", | 107 | parser.add_option("-n", "--native-sysroot", dest="native_sysroot", |
108 | help="path to the native sysroot containing the tools " | 108 | help="path to the native sysroot containing the tools " |
109 | "to use to build the image") | 109 | "to use to build the image") |
110 | parser.add_option("-p", "--skip-build-check", dest="build_check", | 110 | parser.add_option("-s", "--skip-build-check", dest="build_check", |
111 | action="store_false", default=True, help="skip the build check") | 111 | action="store_false", default=True, help="skip the build check") |
112 | parser.add_option("-f", "--build-rootfs", action="store_true", help="build rootfs") | 112 | parser.add_option("-f", "--build-rootfs", action="store_true", help="build rootfs") |
113 | parser.add_option("-c", "--compress-with", choices=("gzip", "bzip2", "xz"), | 113 | parser.add_option("-c", "--compress-with", choices=("gzip", "bzip2", "xz"), |