diff options
author | Andinus <andinus@nand.sh> | 2020-06-17 23:04:29 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-06-17 23:04:29 +0530 |
commit | feaf2e1cb73cdffda5ac2c70838c997d0324a6ce (patch) | |
tree | 73906d3d47aa0d9f6049c759c98c847a2ccb20d2 | |
parent | c9ca5e242da4c38f5baab3c707121f97c8382047 (diff) | |
download | crux-feaf2e1cb73cdffda5ac2c70838c997d0324a6ce.tar.gz |
Add additional information to help option
-rwxr-xr-x | crux.pl | 5 |
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; } |