diff --git a/sonic_installer/main.py b/sonic_installer/main.py index 656d99f972..789378ef95 100644 --- a/sonic_installer/main.py +++ b/sonic_installer/main.py @@ -502,8 +502,8 @@ def sonic_installer(): @click.option('-y', '--yes', is_flag=True, callback=abort_if_false, expose_value=False, prompt='New image will be installed, continue?') @click.option('-f', '--force', '--skip-secure-check', is_flag=True, - help="Force installation of an image of a non-secure type than secure running image, - this flag does not affect secure upgrade image verification") + help="Force installation of an image of a non-secure type than secure running " + + " image, this flag does not affect secure upgrade image verification") @click.option('--skip-platform-check', is_flag=True, help="Force installation of an image of a type which is not of the same platform") @click.option('--skip_migration', is_flag=True,