Skip to content

Commit 7cc1a86

Browse files
authored
typo: help format filesize has a wrong example (#16336)
Just a small one letter typo in the help command. It should be `kB` <img width="943" height="688" alt="image" src="https://github.com/user-attachments/assets/fcca3978-cc0d-483f-b74e-465743213b76" />
1 parent dfbd980 commit 7cc1a86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/nu-command/src/strings/format/filesize.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ impl Command for FormatFilesize {
9999
vec![
100100
Example {
101101
description: "Convert the size column to KB",
102-
example: "ls | format filesize KB size",
102+
example: "ls | format filesize kB size",
103103
result: None,
104104
},
105105
Example {

0 commit comments

Comments
 (0)