id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blockedby	blocking	branch_state	votes
3805	mcview and mcedit --help are wrong	vda	andrew_b	"Currently they show the same text as ""mc --help""
(only the name of the command is shown based on executable name).

I checked manpages and I think something like this would be appropriate:

{{{
mcedit [-bcCdfhstVx?] [+lineno] [file1] [file2] ...
mcedit [-bcCdfhstVx?] file1:lineno[:] file2:lineno[:] ...

  +lineno	Go to this line number (first file only)
  -b		Black and white display
  -c		Use ANSI colors even if terminal don't seem to support it
  -C <keyword>=<fgcolor>,<bgcolor>,<attributes>:<keyword>=...
		Use different color set (see ""man mc"")
  -d		Disable mouse support
  -t		Use termcap database instead of terminfo
^^^^^^^^^^^^^^^^^^^^^^^^only applicable if compiled with terminfo support
  -x		Force xterm mode (two screen modes, mouse escape sequences)
  -f		Display compiled-in search path for data files
  -V,--version  Display version


mcview [-bcCdfhstVx?] file

  -b		Black and white display
  -c		Use ANSI colors even if terminal don't seem to support it
  -C <keyword>=<fgcolor>,<bgcolor>,<attributes>:<keyword>=...
		Use different color set (see ""man mc"")
  -d		Disable mouse support
  -t		Use termcap database instead of terminfo
^^^^^^^^^^^^^^^^^^^^^^^^only applicable if compiled with terminfo support
  -x		Force xterm mode (two screen modes, mouse escape sequences)
  -f		Display compiled-in search path for data files
  -V,--version  Display version
}}}

(I usually do not include --help option in help text, since user, evidently,
already knows this option (he just used it!), thus why waste screen space)"	defect	closed	major	4.8.20	mc-core	master	fixed					merged	committed-master
