While long options are nice for shell scripts, short options are easier
to type at the shell prompt, and look more concise in a man page.
This commit adds an example command which is equivalent to the previous
one but uses short options and combines two options to explain the
equivalence. Subsequent examples will only refer to short options.
mysql:
.IP
$ adu --select --database-dir /root/adu-var --select-options '--select-mode user_list --user root --user mysql --limit 5'
+.PP
+The same, using short options:
+.IP
+ $ adu -Sd /root/adu-var -s '-m user_list -u root -u mysql -l 5'
[SEE ALSO]
.BR du (1)