diff options
-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"), |