portablectl: add forgotten value to --help

Followup for 82047a6aa7.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek
2024-03-15 09:18:06 +01:00
parent 80fcdb731d
commit c7fa1470f9

View File

@@ -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"