Skip to content

Commit

Permalink
rename option to center_fsize
Browse files Browse the repository at this point in the history
  • Loading branch information
Ole Kröger committed Mar 27, 2019
1 parent 1bc8bac commit 82ea372
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -47,7 +47,7 @@ optional arguments:
-t, --center_text CENTER_TEXT
The text which gets displayed in the center of
your poster (default: "Test")
--fsize_text FSIZE_TEXT
--center_fsize CENTER_FSIZE_
The font size for the center text. (type:
Float64, default: 1400.0)
-c, --center_color CENTER_COLOR
Expand Down
4 changes: 2 additions & 2 deletions poster.jl
Expand Up @@ -197,7 +197,7 @@ end
function create_poster(args)
folder = args["folder"]
fsize = args["fsize"]
font_size_center_text = args["fsize_text"]
font_size_center_text = args["center_fsize"]
ext_pattern = args["ext"]
ignore = args["ignore"]
center_text = args["center_text"]
Expand Down Expand Up @@ -330,7 +330,7 @@ function parse_commandline()
help = "The text which gets displayed in the center of your poster"
arg_type = String
default = "Test"
"--fsize_text"
"--center_fsize"
help = "The font size for the center text."
arg_type = Float64
default = 1400.0
Expand Down

0 comments on commit 82ea372

Please sign in to comment.