mirror of
https://github.com/nushell/nushell
synced 2025-01-28 04:45:18 +00:00
change wording on config file (#4555)
This commit is contained in:
parent
7163721571
commit
a6c565ed4e
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ impl Command for Nu {
|
||||||
.named(
|
.named(
|
||||||
"config",
|
"config",
|
||||||
SyntaxShape::String,
|
SyntaxShape::String,
|
||||||
"run internal test binary",
|
"start with an alternate config file",
|
||||||
None,
|
None,
|
||||||
)
|
)
|
||||||
.named(
|
.named(
|
||||||
|
|
Loading…
Reference in a new issue