top: Sort flags in usage message

While here, fix the indentation of the second line in the message.

MFC after:	3 days
This commit is contained in:
Mateusz Piotrowski 2021-11-18 14:21:34 +01:00
parent 1125390415
commit 82d0f865ee

View File

@ -465,8 +465,8 @@ main(int argc, const char *argv[])
default:
errx(1,
"[-abCHIijnPqStuvwz] [-d count] [-m io | cpu] [-o field] [-p pid]\n"
" [-s time] [-J jail] [-U username] [number]");
"[-abCHIijnPqStuvwz] [-d count] [-J jail] [-m cpu | io] [-o field]\n"
" [-p pid] [-s time] [-U username] [number]");
}
}