Shorter version information
This commit is contained in:
parent
9b24f82404
commit
8919fbd676
|
@ -35,7 +35,7 @@ void print_usage() {
|
||||||
}
|
}
|
||||||
|
|
||||||
void print_version() {
|
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) {
|
void parse_options(int argc, char **argv) {
|
||||||
|
|
Loading…
Reference in New Issue