Skip to content

Commit

Permalink
documentation change
Browse files Browse the repository at this point in the history
  • Loading branch information
0x78654C committed Oct 7, 2024
1 parent f0ea008 commit 36a5766
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Commands/TerminalCommands/DirFiles/MakeDirectory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public class MakeDirectory : ITerminalCommand
private string s_helpMessage = @"Usage of mkdir command:
mkdir dir_name : Create one directory.
mkdir dir_name1;dir_name2;dir_name3 : Create multiple directories.
mkdir new;new2{snew1,snew3{dnew1,dnew3}};new3{rnew1{tne1,tne2},rnew2} : Create directories with subdirectories.
mkdir new;new2{snew1,snew3{dnew1,dnew3}};new3{rnew1{tne1,tne2},rnew2} : Create directories with nested subdirectories.
Root directories are splitted with ';'
Sub directoriers must be between '{' '}' and splited by ','
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ This is the full list of commands that can be used in xTerminal:
mkdir -- It creates a directory in the current place.
mkdir dir_name : Create one directory.
mkdir dir_name1;dir_name2;dir_name3 : Create multiple directories.
mkdir new;new2{snew1,snew3{dnew1,dnew3}};new3{rnew1{tne1,tne2},rnew2} : Create directories with subdirectories.
mkdir new;new2{snew1,snew3{dnew1,dnew3}};new3{rnew1{tne1,tne2},rnew2} : Create directories with nested subdirectories.
Root directories are splitted with ';'
Sub directoriers must be between '{' '}' and splited by ','
mkfile -- It creates a file in the current place.
Expand Down

0 comments on commit 36a5766

Please sign in to comment.