Skip to content

Commit

Permalink
Minor syntax issue fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ycoheNvidia authored Aug 28, 2022
1 parent 22d197c commit 311b702
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sonic_installer/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 311b702

Please sign in to comment.