Update man page

Align it with `micro -help`.
This commit is contained in:
Dmytro Maluka
2025-07-21 01:07:44 +02:00
parent f735ff04b4
commit 20ebca9be4
2 changed files with 35 additions and 9 deletions

View File

@@ -46,6 +46,7 @@ var (
)
func InitFlags() {
// Note: keep this in sync with the man page in assets/packaging/micro.1
flag.Usage = func() {
fmt.Println("Usage: micro [OPTION]... [FILE]... [+LINE[:COL]]")
fmt.Println(" micro [OPTION]... [FILE[:LINE[:COL]]]... (only if the `parsecursor` option is enabled)")