Skip to content
This repository was archived by the owner on Jan 15, 2025. It is now read-only.

Commit afd83f6

Browse files
vishwacsenaVishwac Sena Kannanmunozemilio
authored
fix help string for qnamaker (#851)
* fix help string for qnamaker * update docs Co-authored-by: Vishwac Sena Kannan <[email protected]> Co-authored-by: Emilio Munoz <[email protected]>
1 parent 3ffdf63 commit afd83f6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

packages/cli/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1606,7 +1606,7 @@ _See code: [@microsoft/bf-qnamaker](https://github.com/microsoft/botframework-cl
16061606

16071607
## `bf qnamaker:kb:export`
16081608

1609-
Echos a knowledgebase json to stdout
1609+
Echos a knowledgebase in json or qna format to stdout
16101610

16111611
```
16121612
USAGE

packages/qnamaker/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ _See code: [src/commands/qnamaker/kb/delete.ts](https://github.com/microsoft/bot
397397

398398
## `bf qnamaker:kb:export`
399399

400-
Echos a knowledgebase json to stdout
400+
Echos a knowledgebase in json or qna format to stdout
401401

402402
```
403403
USAGE

packages/qnamaker/src/commands/qnamaker/kb/export.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const exportKbJSON = require('./../../../../utils/payloads/exportkb')
99
import {Inputs, processInputs} from '../../../utils/qnamakerbase'
1010

1111
export default class QnamakerKbExport extends Command {
12-
static description = 'Echos a knowledgebase json to stdout'
12+
static description = 'Echos a knowledgebase in json or qna format to stdout'
1313

1414
static flags: flags.Input<any> = {
1515
kbId: flags.string({description: 'Knowledgebase id to be exported. Overrides the knowledge base id present in the config'}),

0 commit comments

Comments
 (0)