Skip to content

Commit

Permalink
Fix repeated typo in help strings.
Browse files Browse the repository at this point in the history
  • Loading branch information
nachoalonsoportillo committed Jun 11, 2024
1 parent 8d630db commit ea7984f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/db-up/azext_db_up/_help.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
type: command
short-summary: Set up an Azure Database for MySQL server and configurations.
examples:
- name: Ensure that a Azure Database for MySQL server is up and running and configured for immediate use.
- name: Ensure that an Azure Database for MySQL server is up and running and configured for immediate use.
text: az mysql up
- name: To override default names, provide parameters indicating desired values/existing resources.
text: az mysql up -g MyResourceGroup -s MyServer -d MyDatabase -u MyUsername -p MyPassword
Expand All @@ -20,7 +20,7 @@
type: command
short-summary: Set up an Azure Database for PostgreSQL server and configurations.
examples:
- name: Ensure that a Azure Database for PostgreSQL server is up and running and configured for immediate use.
- name: Ensure that an Azure Database for PostgreSQL server is up and running and configured for immediate use.
text: az postgres up
- name: To override default names, provide parameters indicating desired values/existing resources.
text: az postgres up -g MyResourceGroup -s MyServer -d MyDatabase -u MyUsername -p MyPassword
Expand All @@ -30,7 +30,7 @@
type: command
short-summary: Set up an Azure Database for SQL server and configurations.
examples:
- name: Ensure that a Azure Database for SQL server is up and running and configured for immediate use.
- name: Ensure that an Azure Database for SQL server is up and running and configured for immediate use.
text: az sql up
- name: To override default names, provide parameters indicating desired values/existing resources.
text: az sql up -g MyResourceGroup -s MyServer -d MyDatabase -u MyUsername -p MyPassword
Expand Down

0 comments on commit ea7984f

Please sign in to comment.