Skip to content

Commit

Permalink
Fix small error in cheatsheet
Browse files Browse the repository at this point in the history
Flush's description should say "Empty all log files" (as opposed to the singular file) similar to the way it's mentioned on the log-management page.
  • Loading branch information
Dr-Dino authored Oct 31, 2017
1 parent 56e82e3 commit 2063c06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/features/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ pm2 monit # Monitor all processes
# Logs

pm2 logs [--raw] # Display all processes logs in streaming
pm2 flush # Empty all log file
pm2 flush # Empty all log files
pm2 reloadLogs # Reload all logs

# Actions
Expand Down

0 comments on commit 2063c06

Please sign in to comment.