Skip to content

Commit

Permalink
remove -u option
Browse files Browse the repository at this point in the history
  • Loading branch information
pforret committed Dec 15, 2020
1 parent 4d42eb0 commit 4b9de71
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ Download unsplash pics and

Program: splashmark 2.3.0 created on 2020-09-28 by [email protected]
Updated: 2020-10-10 13:45
Usage: splashmark [-h] [-q] [-v] [-1 <northwest>] [-2 <northeast>] [-3 <southwest>] [-4 <southeast>] [-c <crop>] [-d <randomize>] [-e <effect>] [-g <gravity>] [-i <title>] [-j <subtitlesize>] [-k <subtitle>] [-l <log_dir>] [-m <margin>] [-o <fontsize>] [-p <fonttyp
e>] [-r <fontcolor>] [-t <tmp_dir>] [-u <url>] [-w <width>] [-x <photographer>] [-z <titlesize>] <action> <output> <input>
Usage: splashmark [-h] [-q] [-v]
[-1 <northwest>] [-2 <northeast>] [-3 <southwest>] [-4 <southeast>]
[-c <crop>] [-d <randomize>] [-e <effect>] [-g <gravity>] [-i <title>]
[-j <subtitlesize>] [-k <subtitle>] [-l <log_dir>] [-m <margin>]
[-o <fontsize>] [-p <fonttype>] [-r <fontcolor>] [-t <tmp_dir>]
[-w <width>] [-x <photographer>] [-z <titlesize>]
<action> <output> <input>
Flags, options and parameters:
-h|--help : [flag] show usage [default: off]
-q|--quiet : [flag] no output [default: off]
Expand All @@ -45,7 +50,6 @@ Download unsplash pics and
-p|--fonttype <val>: [optn] font type family to use [default: FiraSansExtraCondensed-Bold.ttf]
-r|--fontcolor <val>: [optn] font color to use [default: FFFFFF]
-t|--tmp_dir <val>: [optn] folder for temp files [default: .tmp]
-u|--url <val>: [optn] source url (empty: get from Unsplash)
-w|--width <val>: [optn] image width for resizing [default: 1200]
-x|--photographer <val>: [optn] photographer name (empty: get from Unsplash)
-z|--titlesize <val>: [optn] font size for title [default: 80]
Expand Down
1 change: 0 additions & 1 deletion splashmark.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ option|o|fontsize|font size for watermarks|15
option|p|fonttype|font type family to use|FiraSansExtraCondensed-Bold.ttf
option|r|fontcolor|font color to use|FFFFFF
option|t|tmp_dir|folder for temp files|.tmp
option|u|url|source url (empty: get from Unsplash)|
option|w|width|image width for resizing|1200
option|x|photographer|photographer name (empty: get from Unsplash)|
option|z|titlesize|font size for title|80
Expand Down

0 comments on commit 4b9de71

Please sign in to comment.