@@ -58,7 +58,7 @@ $ npm install -g @microsoft/botframework-cli
5858
5959## ` bf chatdown `
6060
61- Converts chat dialog files in <filename >.chat format into transcript file . Writes corresponding <filename >.transcript for each .chat file
61+ Converts chat dialog files in <filename >.chat format into transcript files . Writes corresponding <filename >.transcript for each .chat file.
6262
6363```
6464USAGE
@@ -72,7 +72,7 @@ _See code: [@microsoft/bf-chatdown](https://github.com/microsoft/botframework-cl
7272
7373## ` bf chatdown:convert `
7474
75- Converts chat dialog files in <filename >.chat format into transcript file . Writes corresponding <filename >.transcript for each .chat file
75+ Converts chat dialog files in <filename >.chat format into transcript files . Writes corresponding <filename >.transcript for each .chat file.
7676
7777```
7878USAGE
@@ -90,7 +90,7 @@ OPTIONS
9090
9191 -p, --prefix Prefix stdout with package name.
9292
93- -s, --static Use static timestamps when generating timestamps on activities.
93+ -s, --stamp Use static timestamps when generating timestamps on activities.
9494
9595EXAMPLE
9696
@@ -104,14 +104,14 @@ _See code: [@microsoft/bf-chatdown](https://github.com/microsoft/botframework-cl
104104
105105## ` bf config `
106106
107- The config plugin allows users to configure various settings within the cli.
107+ Configure various settings within the cli.
108108
109109```
110110USAGE
111111 $ bf config
112112
113113OPTIONS
114- -h, --help show CLI help
114+ -h, --help config help
115115```
116116
117117_ See code: [ @microsoft/bf-cli-config ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/config/src/commands/config/index.ts ) _
@@ -125,6 +125,7 @@ USAGE
125125 $ bf config:set:qnamaker
126126
127127OPTIONS
128+ -h, --help config:set:qnamaker help
128129 --endpointKey=endpointKey QnAMaker endpointKey to be set
129130 --hostname=hostname QnAMaker hostname to be set
130131 --kbId=kbId QnAMaker kbId to be set
@@ -153,7 +154,7 @@ USAGE
153154OPTIONS
154155 -d, --disable Disable tlemetry
155156 -e, --enable Enable tlemetry
156- -h, --help show CLI help
157+ -h, --help config:set:telemetry help
157158```
158159
159160_ See code: [ @microsoft/bf-cli-config ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/config/src/commands/config/set/telemetry.ts ) _
@@ -167,7 +168,7 @@ USAGE
167168 $ bf config:show
168169
169170OPTIONS
170- -h, --help show CLI help
171+ -h, --help config: show help
171172```
172173
173174_ See code: [ @microsoft/bf-cli-config ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/config/src/commands/config/show.ts ) _
@@ -181,7 +182,7 @@ USAGE
181182 $ bf config:show:qnamaker
182183
183184OPTIONS
184- -h, --help show CLI help
185+ -h, --help config: show:qnamaker help
185186```
186187
187188_ See code: [ @microsoft/bf-cli-config ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/config/src/commands/config/show/qnamaker.ts ) _
@@ -195,7 +196,7 @@ USAGE
195196 $ bf config:show:telemetry
196197
197198OPTIONS
198- -h, --help show CLI help
199+ -h, --help config: show:telemetry help
199200```
200201
201202_ See code: [ @microsoft/bf-cli-config ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/config/src/commands/config/show/telemetry.ts ) _
@@ -219,14 +220,14 @@ _See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v2.1.6
219220
220221## ` bf luis `
221222
222- Convert, translate luis/lu files or generate source code
223+ Converts, translates luis/lu files or generates source code.
223224
224225```
225226USAGE
226227 $ bf luis
227228
228229OPTIONS
229- -h, --help Display Luis available commnads
230+ -h, --help Display Luis available commands
230231```
231232
232233_ See code: [ @microsoft/bf-lu ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/lu/src/commands/luis/index.ts ) _
@@ -324,7 +325,7 @@ USAGE
324325 $ bf qnamaker
325326
326327OPTIONS
327- -h, --help Display QnA Maker CLI available commnads
328+ -h, --help Display QnA Maker CLI available commands
328329```
329330
330331_ See code: [ @microsoft/bf-qnamaker ] ( https://github.com/microsoft/botframework-cli/tree/master/packages/qnamaker/src/commands/qnamaker/index.ts ) _
@@ -384,7 +385,7 @@ _See code: [@microsoft/bf-qnamaker](https://github.com/microsoft/botframework-cl
384385
385386## ` bf qnamaker:convert `
386387
387- Convert .lu file(s) to a QnA application JSON model or vice versa
388+ Converts .lu file(s) to QnA application JSON models or vice versa.
388389
389390```
390391USAGE
0 commit comments