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 e546ae3 commit b37d4f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ActionsProc.nim
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,8 @@ 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\t {yellow}show an entry per{reset} '{green}seconds{reset}'\n".fmt)
stdout.write(" {cyan}yield{reset}:{green}rate{reset}\t\t\t {yellow}show an entry per the given{reset} '{green}rate{reset}' ".fmt)
stdout.write("({red}float{reset} {yellow}or{reset} {red}integer{reset})\n".fmt)
stdout.flushFile

quit(0)

0 comments on commit b37d4f6

Please sign in to comment.