about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-06-17 23:04:29 +0530
committerAndinus <andinus@nand.sh>2020-06-17 23:04:29 +0530
commitfeaf2e1cb73cdffda5ac2c70838c997d0324a6ce (patch)
tree73906d3d47aa0d9f6049c759c98c847a2ccb20d2
parentc9ca5e242da4c38f5baab3c707121f97c8382047 (diff)
downloadcrux-feaf2e1cb73cdffda5ac2c70838c997d0324a6ce.tar.gz
Add additional information to help option
-rwxr-xr-xcrux.pl5
1 files changed, 4 insertions, 1 deletions
diff --git a/crux.pl b/crux.pl
index 487b8e7..acd224c 100755
--- a/crux.pl
+++ b/crux.pl
@@ -58,7 +58,7 @@ sub HelpMessage {
     --help         Print this help message
     --debug        Print debugging information
 
-Unsplash:
+Unsplash Source:
     --resolution   Device resolution (default: 1920x1080)
 
     --search=s     Search term (space seperated)
@@ -81,6 +81,9 @@ Additional information:
     - user & search option can be passed with daily or weekly.
     - resolution can be passed with any group, it will be ignored if
       not applicable.
+
+    This might be outdated, read the README file for up-to-date
+    documentation.
 ";
     exit;
 }