You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
BUG#35797406 Add missing question marks to some prompt actions
Some prompt actions contain what are supposed to be questions that
require the user intervention. These have their appropriate description
and are usually precedded by a [y/N] placeholder, which indicates the
possible answers. However, some of these questions do not have a proper
trailing question mark.
This patch adds those missing trailing question marks to the
corresponding prompt actions.
Change-Id: I9caac9df85d1d20fea4d8479fcf70c4f72acb19e
<spanid="cb13-11"><ahref="#cb13-11" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Please</span> enter the name or index of a schema: 4</span>
1240
1240
<spanid="cb13-12"><ahref="#cb13-12" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Please</span> enter the request path for this schema [/sakila]: /sakila</span>
1241
-
<spanid="cb13-13"><ahref="#cb13-13" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Should</span> the schema require authentication [y/N]:</span>
1242
-
<spanid="cb13-14"><ahref="#cb13-14" aria-hidden="true" tabindex="-1"></a><spanclass="ex">How</span> many items should be listed per page [Schema Default]:</span>
1241
+
<spanid="cb13-13"><ahref="#cb13-13" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Should</span> the schema require authentication<spanclass="pp">?</span> [y/N]:</span>
1242
+
<spanid="cb13-14"><ahref="#cb13-14" aria-hidden="true" tabindex="-1"></a><spanclass="ex">How</span> many items should be listed per page<spanclass="pp">?</span> [Schema Default]:</span>
<spanid="cb17-40"><ahref="#cb17-40" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Please</span> select the CRUD operation format [FEED]:</span>
1404
-
<spanid="cb17-41"><ahref="#cb17-41" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Should</span> the db_object require authentication [y/N]:</span>
1405
-
<spanid="cb17-42"><ahref="#cb17-42" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Should</span> row ownership be required when querying the object [y/N]:</span>
1406
-
<spanid="cb17-43"><ahref="#cb17-43" aria-hidden="true" tabindex="-1"></a><spanclass="ex">How</span> many items should be listed per page [Schema Default]:</span>
1404
+
<spanid="cb17-41"><ahref="#cb17-41" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Should</span> the db_object require authentication<spanclass="pp">?</span> [y/N]:</span>
1405
+
<spanid="cb17-42"><ahref="#cb17-42" aria-hidden="true" tabindex="-1"></a><spanclass="ex">Should</span> row ownership be required when querying the object<spanclass="pp">?</span> [y/N]:</span>
1406
+
<spanid="cb17-43"><ahref="#cb17-43" aria-hidden="true" tabindex="-1"></a><spanclass="ex">How</span> many items should be listed per page<spanclass="pp">?</span> [Schema Default]:</span>
0 commit comments