Skip to content

Commit d306588

Browse files
committed
fix tail command flag option info
Signed-off-by: Evangelos Lamprou <[email protected]>
1 parent 2b57533 commit d306588

File tree

1 file changed

+5
-4
lines changed
  • pash_annotations/parser/command_flag_option_info/data

1 file changed

+5
-4
lines changed

pash_annotations/parser/command_flag_option_info/data/tail.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,6 @@
88
"-f",
99
"--follow"
1010
],
11-
[
12-
"-n",
13-
"--lines"
14-
],
1511
[
1612
"-q",
1713
"--quiet",
@@ -39,6 +35,11 @@
3935
]
4036
],
4137
"option": [
38+
[
39+
"-n",
40+
"--lines",
41+
"N"
42+
],
4243
[
4344
"--max-unchanged-stats",
4445
"N"

0 commit comments

Comments
 (0)