Skip to content

Commit

Permalink
Fix spacing in help text
Browse files Browse the repository at this point in the history
  • Loading branch information
tw4l authored Oct 23, 2024
1 parent b11d30a commit b7a6b00
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/docs/user-guide/cli-options.md
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ Options:
[boolean] [default: false]
--customBehaviors Custom behavior files to inject. Val
ues can be URLs, paths to individual
behavior files, or pathsto a direct
behavior files, or paths to a direct
ory of behavior files.
[array] [default: []]
--debugAccessRedis if set, runs internal redis without
Expand Down
2 changes: 1 addition & 1 deletion src/util/argParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -552,7 +552,7 @@ class ArgParser {
customBehaviors: {
describe:
"Custom behavior files to inject. Values can be URLs, paths to individual behavior files, or paths" +
"to a directory of behavior files.",
" to a directory of behavior files",
type: "array",
default: [],
},
Expand Down

0 comments on commit b7a6b00

Please sign in to comment.