check_disk: Clarify usage possibilites (#1745)

* Clarify usage possibilites of check_disk

* Remove superfluous newlines

Co-authored-by: waja <waja@users.noreply.github.com>
This commit is contained in:
Lorenz 2023-01-20 12:08:15 +01:00 committed by GitHub
parent c410ad3879
commit 67b472f9d1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -951,7 +951,7 @@ void
print_usage (void)
{
printf ("%s\n", _("Usage:"));
printf (" %s -w limit -c limit [-W limit] [-K limit] {-p path | -x device}\n", progname);
printf (" %s {-w absolute_limit |-w percentage_limit% | -W inode_percentage_limit } {-c absolute_limit|-c percentage_limit% | -K inode_percentage_limit } {-p path | -x device}\n", progname);
printf ("[-C] [-E] [-e] [-f] [-g group ] [-k] [-l] [-M] [-m] [-R path ] [-r path ]\n");
printf ("[-t timeout] [-u unit] [-v] [-X type] [-N type]\n");
}