From 022c0f34dc318d2177f606516ffd60b2faeb145a Mon Sep 17 00:00:00 2001 From: Corrine Smolen Date: Fri, 14 Aug 2020 11:33:41 -0400 Subject: [PATCH] Added tip about help pages --- help_pages.md | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 help_pages.md diff --git a/help_pages.md b/help_pages.md new file mode 100644 index 0000000..1755874 --- /dev/null +++ b/help_pages.md @@ -0,0 +1,4 @@ +If you are ever unsure about what certain flags mean or what a tool is capable of doing use the help page. + +Running most commands with: --help OR -h +Will print out a help page for the tool that you can read through to learn about different flags or options.