]> git.ipfire.org Git - thirdparty/util-linux.git/commit
mount: split and cleanup usage()
authorKarel Zak <kzak@redhat.com>
Fri, 6 Jan 2023 15:07:34 +0000 (16:07 +0100)
committerKarel Zak <kzak@redhat.com>
Fri, 6 Jan 2023 15:40:46 +0000 (16:40 +0100)
commita58600d0bd67c5f567a48d5b5331dc014ab8e5e0
tree6563fbf6eb27a21c08700b30c25d8e87327a6673
parent35d26ae8f2a09bb18c275d7c847f2d5377d8f608
mount: split and cleanup usage()

* split usage() strings to message-per-line (like we use in others
  tools), it's better for maintenance

* use fputs() rather than unnecessary printf()

Signed-off-by: Karel Zak <kzak@redhat.com>
sys-utils/mount.c