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 2d78b70 commit e546ae3
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 @@ -98,7 +98,7 @@ proc Actions* {.noReturn.} =
stdout.writeLine(" {green}text{reset}\t\t\t {yellow}data to be collected by{reset} '{cyan}open{reset}:{green}file{reset}'\n".fmt)
stdout.flushFile

stdout.writeLine(" {cyan}yield{reset}:{green}seconds{reset}\t\t {yellow}show an entry per{reset} '{green}seconds{reset}'\n".fmt)
stdout.writeLine(" {cyan}yield{reset}:{green}seconds{reset}\t\t\t {yellow}show an entry per{reset} '{green}seconds{reset}'\n".fmt)
stdout.flushFile

quit(0)

0 comments on commit e546ae3

Please sign in to comment.