diff options
author | Bert <ber.t@gmx.com> | 2011-02-17 13:20:19 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-02-17 13:20:19 +0100 |
commit | e2889ab891ba91ec71f8e2088fcb2c0123069054 (patch) | |
tree | d87fe66d6c61744b911576931bbb7c46d626c11b | |
parent | 15041f610024a6bd5677ccd3f9086cd5a8d64e96 (diff) | |
parent | 800143affb9a6664c8a8df496574a268b43fdc17 (diff) |
Merge branch 'master' into thumbs
-rw-r--r-- | options.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -35,8 +35,7 @@ void print_usage() { } void print_version() { - printf("sxiv - simple x image viewer\n"); - printf("Version %s, written by Bert Muennich\n", VERSION); + printf("sxiv version %s - simple x image viewer\n", VERSION); } void parse_options(int argc, char **argv) { |