Fix wrong path help message (#5698)

This commit is contained in:
Jakub Žádník 2022-06-02 23:00:29 +03:00 committed by GitHub
parent 1b8051ece5
commit 4673adecc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -28,8 +28,8 @@ impl Command for PathCommand {
* As a structured path: a table with 'parent', 'stem', and 'extension' (and * As a structured path: a table with 'parent', 'stem', and 'extension' (and
* 'prefix' on Windows) columns. This format is produced by the 'path parse' * 'prefix' on Windows) columns. This format is produced by the 'path parse'
subcommand. subcommand.
* As an inner list of path parts, e.g., '[[ / home viking spam.txt ]]'. * As a list of path parts, e.g., '[ / home viking spam.txt ]'. Splitting into
Splitting into parts is done by the `path split` command. parts is done by the `path split` command.
All subcommands accept all three variants as an input. Furthermore, the 'path All subcommands accept all three variants as an input. Furthermore, the 'path
join' subcommand can be used to join the structured path or path parts back into join' subcommand can be used to join the structured path or path parts back into