Capitalize All
License: MIT Signed-off-by: Richard Littauer <richard.littauer@gmail.com>
Richard Littauer committed
Feb 19, 2016 at 11:37 UTC
10b7bfa0c0e275eef93244cfcfec37b6c2817d62
1 file changed
+1
-1
core/commands/files/files.go
+1
-1
@@ -608,7 +608,7 @@ var FilesMkdirCmd = &cmds.Command{
608
ShortDescription: `
609
Create the directory if it does not already exist.
610
611
-Note: all paths must be absolute.
611
+Note: All paths must be absolute.
612
613
Examples:
614