Skip to content

Commit 0cc779a

Browse files
author
Artyom Abakumov
committed
Correct english in README/description
1 parent 5a7ffdf commit 0cc779a

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

doc/README.services_extension

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ Start user trace session :
7272
parameter(s)
7373
isc_spb_trc_name : trace session name, string, optional
7474
isc_spb_trc_cfg : trace session configuration, string, mandatory
75-
isc_spb_trc_plugins : plugins to use for session
75+
isc_spb_trc_plugins : plugins for use with trace session; valid separators: '\t', ',', ';'
7676

7777
output
7878
text message with status of operation :

doc/README.trace_services

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Action parameters switches :
8181
-N[AME] <string> Session name
8282
-I[D] <number> Session ID
8383
-C[ONFIG] <string> Trace configuration file name
84-
-P[LUGINS] <string list> Plugins list to use for trace session
84+
-P[LUGINS] <string list> Plugins list for use with trace session; valid list separators: '\t', ',', ';'
8585

8686
Connection parameters switches :
8787
-SE[RVICE] <string> Service name

src/include/firebird/impl/msg/fbtracemgr.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ FB_IMPL_MSG(FBTRACEMGR, 37, trace_switch_user_only, -901, "00", "000", "switch \
3838
FB_IMPL_MSG(FBTRACEMGR, 38, trace_switch_param_miss, -901, "00", "000", "mandatory parameter \"@1\" for switch \"@2\" is missing")
3939
FB_IMPL_MSG(FBTRACEMGR, 39, trace_param_act_notcompat, -901, "00", "000", "parameter \"@1\" is incompatible with action \"@2\"")
4040
FB_IMPL_MSG(FBTRACEMGR, 40, trace_mandatory_switch_miss, -901, "00", "000", "mandatory switch \"@1\" is missing")
41-
FB_IMPL_MSG_NO_SYMBOL(FBTRACEMGR, 41, " -P[LUGINS] <string list> Plugins list to use for trace session")
41+
FB_IMPL_MSG_NO_SYMBOL(FBTRACEMGR, 41, " -P[LUGINS] <string list> Plugins list for use with trace session; valid list separators: <tab>, <comma>, <semicolon>")
4242
FB_IMPL_MSG_NO_SYMBOL(FBTRACEMGR, 42, " fbtracemgr -SE service_mgr -START -NAME my_trace -CONFIG my_cfg.txt -PLUGINS fbtrace,custom_plugin")

0 commit comments

Comments
 (0)