Skip to content

Commit

Permalink
Help message update
Browse files Browse the repository at this point in the history
  • Loading branch information
spacebanana420 committed Sep 9, 2024
1 parent b15234d commit 37eef6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/parasolib/globalvariables.java
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ public static String getHelpMessage() {
+ " * mkdir [name] - creates a directory with name [name]\n"
+ " * mkfile [name] - creates a new file\n"
+ " * move [file/dir number] [dir number] - moves a file or directory into a directory\n"
+ " * copy [file number] - copies a file into Parasol's clipboard\n"
+ " * cut [file number] - cuts a file into Parasol's clipboard\n"
+ " * copy [number] - copies a file/directory into Parasol's clipboard\n"
+ " * cut [number] - cuts a file/directory into Parasol's clipboard\n"
+ " * paste - pastes the file currently in clipboard into the current directory\n"
+ " * clear-clipboard - clears the clipboard\n"
+ " * clipboard - views the file that is stored in the clipboard, if any\n"
Expand Down

0 comments on commit 37eef6e

Please sign in to comment.