diff --git a/options.c b/options.c index 9d53c6c..ca3be0c 100644 --- a/options.c +++ b/options.c @@ -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) {