diff options
-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; } |