Skip to content

Commit

Permalink
Minimilize usage
Browse files Browse the repository at this point in the history
  • Loading branch information
wara committed May 23, 2015
1 parent aa41bcd commit f2fcf35
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions cmd/alita/alita.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,12 @@ Usage: alita [OPTION]... [FILE]...
Align FILE(s), or standard input.
Delimiter control:
-r, --regexp DELIM is a regular expression(default: off)
-d, --delimiter=DELIM delimit line by DELIM (default: /\s+/)
-r, --regexp DELIM is a regular expression
-d, --delimiter=DELIM delimit line by DELIM
Output control:
-m, --margin=FORMAT join cells by FORMAT (default: 1:1)
-j, --justfy=SEQUENCE justfy cells by SEQUENCE (default: l)
-m, --margin=FORMAT join cells by FORMAT
-j, --justfy=SEQUENCE justfy cells by SEQUENCE
Miscellaneous:
-h, --help show this help message
Expand All @@ -37,7 +37,7 @@ Miscellaneous:

func version() {
os.Stderr.WriteString(`
v0.5.0
v0.5.1
`[1:])
}

Expand Down

0 comments on commit f2fcf35

Please sign in to comment.