diff options
author | tv <tv@nomic.retiolum> | 2013-10-31 01:04:14 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-10-31 01:04:14 +0100 |
commit | ef368dc78cee866b6779fdfa013b806f82674445 (patch) | |
tree | 619e13fb11c4d769b35592cdc18b1e5a584ac213 /util/bin | |
parent | 0a2f8300c7822154c9aa8543a692f5dea022a217 (diff) |
make-realwallpaper: fix typo
Diffstat (limited to 'util/bin')
-rwxr-xr-x | util/bin/make-realwallpaper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util/bin/make-realwallpaper b/util/bin/make-realwallpaper index cf509e7f..437919b5 100755 --- a/util/bin/make-realwallpaper +++ b/util/bin/make-realwallpaper @@ -121,7 +121,7 @@ EOF --output xplanet-output.png --projection merc -config xplanet.config # rebuild everytime satellite version - xplanet --num_times 1 --geometry $in_size0 \ + xplanet --num_times 1 --geometry $in_size \ --output xplanet-sat-output.png --projection merc -config xplanet-sat.config # trim xplanet output |