machinectl: update --help text to clarify that set-limit can also change pool size

This commit is contained in:
Lennart Poettering 2015-03-02 12:15:01 +01:00
parent 403e5b3230
commit 172a6ce5ae
1 changed files with 1 additions and 1 deletions

View File

@ -2063,7 +2063,7 @@ 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 size limit (quota)\n\n"
" set-limit [NAME] BYTES Set image or pool size limit (quota)\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"