btrfs-progs: help: print multiple syntax schemas on separate lines
authorDavid Sterba <dsterba@suse.com>
Tue, 17 Oct 2017 17:39:47 +0000 (19:39 +0200)
committerDavid Sterba <dsterba@suse.com>
Tue, 14 Nov 2017 14:59:00 +0000 (15:59 +0100)
commitc56d61883c6f093ac905c49f76a99be5e8e09332
tree6eb5ba433ee8697aa32a2d7eaab3b101884525c5
parenteebdf023215ca0c9268bf7885d10f0d083cf6b70
btrfs-progs: help: print multiple syntax schemas on separate lines

The help string for some commands could be split to more lines for
clarity, eg. as is now in the receive command. The 'btrfs help' listing
should indent all the lines properly, similar the command specific
help with "usage:'.

The syntax of the first help string line is to separate all command
usage schemas by "\n".

Signed-off-by: David Sterba <dsterba@suse.com>
help.c