summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/options.c b/options.c
index 0a1aeda..286d0b6 100644
--- a/options.c
+++ b/options.c
@@ -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) {