diff options
author | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 18:56:33 +0200 |
---|---|---|
committer | Mavridis Philippe <mavridisf@gmail.com> | 2021-01-14 18:56:33 +0200 |
commit | ba4686de6bde8c752bfb5cae9e6e9f2481b6031a (patch) | |
tree | e40ba0eebc4f179fe9db6ad9cab1fffa7fda32b8 /src/main.cpp | |
parent | aac398599f21a276f15475c0dc33e6b204bfa08a (diff) | |
download | klamav-ba4686de6bde8c752bfb5cae9e6e9f2481b6031a.tar.gz klamav-ba4686de6bde8c752bfb5cae9e6e9f2481b6031a.zip |
Small fixes related to help menu.
Signed-off-by: Mavridis Philippe <mavridisf@gmail.com>
Diffstat (limited to 'src/main.cpp')
-rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index e4c0acd..ed0869b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -32,7 +32,7 @@ int main(int argc, char **argv) "KlamAV is a front-end for ClamAV." ); - about.addAuthor( "Robert Hogan", 0, "robert@roberthogan.net", "Original Author" ); + about.addAuthor( "Robert Hogan", "Original Author", "robert@roberthogan.net" ); about.setTranslator(I18N_NOOP2("NAME OF TRANSLATORS","Your names"), I18N_NOOP2("EMAIL OF TRANSLATORS","Your emails")); |