From: Zbigniew Jędrzejewski-Szmek Date: Fri, 15 Mar 2024 08:18:06 +0000 (+0100) Subject: portablectl: add forgotten value to --help X-Git-Tag: v256-rc1~502^2~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c7fa1470f9de85a7cc94eac4ad308702e0b8ef8c;p=thirdparty%2Fsystemd.git portablectl: add forgotten value to --help Followup for 82047a6aa7230031d2a579e81d5f8871c23e0616. --- diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c index db5e4febe0a..0f67e4432f2 100644 --- a/src/portable/portablectl.c +++ b/src/portable/portablectl.c @@ -1251,7 +1251,8 @@ static int help(int argc, char *argv[], void *userdata) { " -M --machine=CONTAINER Operate on local container\n" " -q --quiet Suppress informational messages\n" " -p --profile=PROFILE Pick security profile for portable service\n" - " --copy=copy|auto|symlink Prefer copying or symlinks if possible\n" + " --copy=copy|auto|symlink|mixed\n" + " Pick copying or symlinking of resources\n" " --runtime Attach portable service until next reboot only\n" " --no-reload Don't reload the system and service manager\n" " --cat When inspecting include unit and os-release file\n"