diff options
author | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-08-23 13:48:47 +0100 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rspamd.com> | 2023-08-23 13:48:47 +0100 |
commit | e42de231f7e9a6bfed6cbce1eb9b6c0250b0125c (patch) | |
tree | c09f454293f30ac9f652187082b4ccff3050f775 /src/rspamadm | |
parent | deddd071765839a9327058a260f253d52f12355a (diff) | |
download | rspamd-e42de231f7e9a6bfed6cbce1eb9b6c0250b0125c.tar.gz rspamd-e42de231f7e9a6bfed6cbce1eb9b6c0250b0125c.zip |
[Minor] Fix misprint
Diffstat (limited to 'src/rspamadm')
-rw-r--r-- | src/rspamadm/fuzzy_convert.c | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/rspamadm/fuzzy_convert.c b/src/rspamadm/fuzzy_convert.c index 5d967a64c..a4da8bdbc 100644 --- a/src/rspamadm/fuzzy_convert.c +++ b/src/rspamadm/fuzzy_convert.c @@ -1,3 +1,19 @@ +/* + * Copyright 2023 Vsevolod Stakhov + * + * Licensed under the Apache License, Version 2.0 (the "License"); + * you may not use this file except in compliance with the License. + * You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, software + * distributed under the License is distributed on an "AS IS" BASIS, + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + * See the License for the specific language governing permissions and + * limitations under the License. + */ + /*- * Copyright (c) 2016, Andrew Lewis <nerf@judo.za.org> * Copyright (c) 2022, Vsevolod Stakhov <vsevolod@rspamd.com> @@ -66,7 +82,7 @@ rspamadm_fuzzyconvert_help(gboolean full_help, const struct rspamadm_command *cm "-d: input sqlite\n" "-h: output redis ip (in format ip:port)\n" "-D: output redis database\n" - "-u: redis username\n"; + "-u: redis username\n" "-p: redis password\n"; } else { |