The following options can be used:
-a, --all
Display sizes for all files, not just directories.
-d, --max-depth=N
Print the total for a directory only if it is N or fewer levels below the command line argument.
-s, --summarize
Display only a total for each argument (equivalent to --max-depth=0).
-c, --total
Produce a grand total at the end.
-h, --human-readable
Print sizes in human readable format (e.g., 1K 234M 2G).
-k, --block-size=1K
Use 1024-byte blocks instead of the default block size.
-m, --block-size=1M
Use 1048576-byte (1-Mbyte) blocks.
-B, --block-size=SIZE
Scale sizes by SIZE before printing them.
-L, --dereference
Dereference all symbolic links.
-x, --one-file-system
Skip directories on different file systems.
--exclude=PATTERN
Exclude files that match PATTERN.
--time
Show time of the last modification of any file in the directory.
--apparent-size
Print apparent sizes, rather than disk usage.