diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-02 13:13:44 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-05-11 21:07:02 +0200 |
commit | 43ba8d3b73994fead5fa5f152d89ec2860f6e371 (patch) | |
tree | d5970bb9188126c4487f02d4d595e09704778c92 /src | |
parent | 6170f97cd6fbe6b489a47210d20f1d51696b985b (diff) | |
download | weechat-43ba8d3b73994fead5fa5f152d89ec2860f6e371.zip |
xfer: remove "%h" from /help xfer.file.upload_path (issue #1285)
Diffstat (limited to 'src')
-rw-r--r-- | src/plugins/xfer/xfer-config.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/plugins/xfer/xfer-config.c b/src/plugins/xfer/xfer-config.c index 05831dbc3..330ff930e 100644 --- a/src/plugins/xfer/xfer-config.c +++ b/src/plugins/xfer/xfer-config.c @@ -397,10 +397,9 @@ xfer_config_init () xfer_config_file_upload_path = weechat_config_new_option ( xfer_config_file, ptr_section, "upload_path", "string", - N_("path for reading files when sending (when no path is specified " - "by user): \"%h\" at beginning of string is replaced by WeeChat " - "home (\"~/.weechat\" by default) " - "(note: content is evaluated, see /help eval)"), + N_("path for reading files when sending " + "(path is evaluated, see function string_eval_path_home in " + "plugin API reference)"), NULL, 0, 0, "~", NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL); xfer_config_file_use_nick_in_filename = weechat_config_new_option ( |