mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 09:00:17 +02:00
Mildly edited a small handful of help messages (#6868)
* Edited a handful of help messages * Remove line break as instructed by clippy
This commit is contained in:
@ -33,7 +33,7 @@ impl Command for SubCommand {
|
||||
}
|
||||
|
||||
fn usage(&self) -> &str {
|
||||
"Split a path into parts by a separator."
|
||||
"Split a path into a list based on the system's path separator."
|
||||
}
|
||||
|
||||
fn run(
|
||||
|
Reference in New Issue
Block a user