Skip to content

Commit

Permalink
Refactor scope parameter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
xincunli-sonic authored May 1, 2024
1 parent 3aec0f9 commit b296200
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -1422,7 +1422,7 @@ def apply_patch(ctx, patch_file_path, format, dry_run, ignore_non_yang_tables, i
@config.command()
@click.argument('target-file-path', type=str, required=True)
@click.option('-s', '--scope',
help='Specify the namespace for Multi-ASIC environments. For single ASIC environments or Multi-ASIC localhost, \
help='Specify the namespace for Multi-ASIC environments. For Single-ASIC environments, \
specifying the namespace is not required.',
required=True if multi_asic.is_multi_asic() else False,
type=click.Choice(multi_asic.get_namespace_list() + ['localhost']))
Expand Down

0 comments on commit b296200

Please sign in to comment.