]> git.ipfire.org Git - thirdparty/systemd.git/commit
shared/options: add OPTION_COMMON_{SYSTEM,USER}
authorZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 12 May 2026 11:58:47 +0000 (13:58 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@amutable.com>
Tue, 12 May 2026 12:49:01 +0000 (14:49 +0200)
commite7d07c20351cbce5ed179b0bf3ca29765d5d005d
treed063c4b1973465d75d065a783876eb3b83228ad1
parent9bd3f4297dd22dc2268fcdeaa6b3c1da0bbf27c1
shared/options: add OPTION_COMMON_{SYSTEM,USER}

We have different help strings for --user/--system in different places, so this
only covers a subset of --system/--user instances. But this particular help
seems to be the most widely used.

(In a few cases, the help string is fixed: it should be "system mode", not
"per-system mode".)
src/import/export.c
src/import/import-fs.c
src/import/import.c
src/import/pull.c
src/shared/options.h
src/storage/storage-fs.c
src/storage/storagectl.c