mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
machinectl: fix misplaced newline in --help output
This commit is contained in:
@@ -2439,8 +2439,8 @@ static int help(int argc, char *argv[], void *userdata) {
|
||||
" rename NAME NAME Rename an image\n"
|
||||
" read-only NAME [BOOL] Mark or unmark image read-only\n"
|
||||
" remove NAME... Remove an image\n"
|
||||
" set-limit [NAME] BYTES Set image or pool size limit (disk quota)\n\n"
|
||||
" clean Remove hidden (or all) images\n"
|
||||
" set-limit [NAME] BYTES Set image or pool size limit (disk quota)\n"
|
||||
" clean Remove hidden (or all) images\n\n"
|
||||
"Image Transfer Commands:\n"
|
||||
" pull-tar URL [NAME] Download a TAR container image\n"
|
||||
" pull-raw URL [NAME] Download a RAW container or VM image\n"
|
||||
|
||||
Reference in New Issue
Block a user