Skip to content

Commit

Permalink
Update ActionsProc
Browse files Browse the repository at this point in the history
  • Loading branch information
sneekyfoxx committed Jan 7, 2024
1 parent d5edc4e commit 51ab492
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ActionsProc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ proc Actions* {.noReturn.} =
stdout.write("({red}must be positive{reset})\n".fmt)
stdout.flushFile

stdout.write(" {cyan}match{reset}:{green}name{reset}\t\t\t {yellow}match an entry{reset} '{green}name{reset}' ".fmt)
stdout.write("\n {cyan}match{reset}:{green}name{reset}\t\t\t {yellow}match an entry{reset} '{green}name{reset}' ".fmt)
stdout.write("{yellow}when listing directory entries{reset}\n".fmt)
stdout.flushFile

Expand Down

0 comments on commit 51ab492

Please sign in to comment.