diff options
Diffstat (limited to 'src/plugins/alias/alias.c')
-rw-r--r-- | src/plugins/alias/alias.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/alias/alias.c b/src/plugins/alias/alias.c index 48631604b..d4e3126ff 100644 --- a/src/plugins/alias/alias.c +++ b/src/plugins/alias/alias.c @@ -526,7 +526,7 @@ alias_hook_command (struct t_alias *alias) /* * if alias has no custom completion, then default is to complete with * completion template of target command, for example if alias is - * "/alias test /buffer", then str_completion will be "%%buffer" + * "/alias add test /buffer", then str_completion will be "%%buffer" */ str_completion = NULL; if (!alias->completion) |