diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-15 09:18:06 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2024-03-15 16:07:58 +0100 |
commit | c7fa1470f9de85a7cc94eac4ad308702e0b8ef8c (patch) | |
tree | cb10ac513d9519fc63ee11579e630d5402c6e07b /src/portable/portablectl.c | |
parent | journal: use empty_to_null() in one more place (diff) | |
download | systemd-c7fa1470f9de85a7cc94eac4ad308702e0b8ef8c.tar.xz systemd-c7fa1470f9de85a7cc94eac4ad308702e0b8ef8c.zip |
portablectl: add forgotten value to --help
Followup for 82047a6aa7230031d2a579e81d5f8871c23e0616.
Diffstat (limited to '')
-rw-r--r-- | src/portable/portablectl.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/portable/portablectl.c b/src/portable/portablectl.c index db5e4febe0..0f67e4432f 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" |