diff options
| author | Bert <ber.t@gmx.com> | 2011-02-17 13:20:10 +0100 |
|---|---|---|
| committer | Bert <ber.t@gmx.com> | 2011-02-17 13:20:10 +0100 |
| commit | 800143affb9a6664c8a8df496574a268b43fdc17 (patch) | |
| tree | 6c841059c6c8454f0b36b617696bc603175837aa /options.c | |
| parent | caf982d175729603eee4f19382394ab66d4a469c (diff) | |
Nicer version info
Diffstat (limited to 'options.c')
| -rw-r--r-- | options.c | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -34,8 +34,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) { |
