diff options
author | nirav <nirav@teisuu.com> | 2019-04-27 17:26:15 +0000 |
---|---|---|
committer | nirav <nirav@teisuu.com> | 2019-04-27 17:26:15 +0000 |
commit | c158e0596f6f103ee2e5465051d03028f7b9b181 (patch) | |
tree | a80297bb59e6f839927791950542de06ea77d010 /src/option.c | |
parent | 0d565e46953e433fa13149f54593c09f099ef7df (diff) | |
download | im-master.tar.gz im-master.zip |
Diffstat (limited to 'src/option.c')
-rw-r--r-- | src/option.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/option.c b/src/option.c index e548d78..4385c29 100644 --- a/src/option.c +++ b/src/option.c @@ -6,9 +6,9 @@ #include "option.h" -static const char version[] = "qwe version 0.01"; +static const char version[] = "im version 0.01"; static const char usage[] = - "Usage: qwe [options...] <file>\n" + "Usage: im [options...] <file>\n" "\n" " -i Hide info bar by default.\n" " -f Use fullscreen mode by default.\n" |