summaryrefslogtreecommitdiffstats
path: root/options.c
diff options
context:
space:
mode:
Diffstat (limited to 'options.c')
-rw-r--r--options.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/options.c b/options.c
index 19bd7d4..a769952 100644
--- a/options.c
+++ b/options.c
@@ -35,7 +35,7 @@ void print_usage() {
}
void print_version() {
- printf("sxiv version %s - simple x image viewer\n", VERSION);
+ printf("sxiv %s - simple x image viewer\n", VERSION);
}
void parse_options(int argc, char **argv) {