This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Shorter version information
master
Bert
14 years ago
parent
9b24f82404
commit
8919fbd676
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
options.c
+ 1
- 1
options.c
View File
@@ -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) {
Write
Preview
Loading…
Cancel
Save