From: Mike Yuan Date: Tue, 27 Dec 2022 09:41:18 +0000 (+0800) Subject: systemctl: edit: rephrase edit markers to avoid misunderstanding X-Git-Tag: v253-rc1~190 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=44db9fbb39f1da338e6e6fbd9aad2fc9792c11a2;p=thirdparty%2Fsystemd.git systemctl: edit: rephrase edit markers to avoid misunderstanding Closes #25856 --- diff --git a/src/systemctl/systemctl-edit.c b/src/systemctl/systemctl-edit.c index 133bce66314..e200e312dbb 100644 --- a/src/systemctl/systemctl-edit.c +++ b/src/systemctl/systemctl-edit.c @@ -19,8 +19,8 @@ #include "terminal-util.h" #include "tmpfile-util.h" -#define EDIT_MARKER_START "### Anything between here and the comment below will become the new contents of the file" -#define EDIT_MARKER_END "### Lines below this comment will be discarded" +#define EDIT_MARKER_START "### Anything between here and the comment below will become the contents of the drop-in file" +#define EDIT_MARKER_END "### Edits below this comment will be discarded" int verb_cat(int argc, char *argv[], void *userdata) { _cleanup_(hashmap_freep) Hashmap *cached_name_map = NULL, *cached_id_map = NULL;