Skip to content

Commit 782a301

Browse files
committed
chore(ps): optimize usage printing
1 parent e001146 commit 782a301

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

parser/ps.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -81,10 +81,10 @@ Options:
8181
-a --app=<app>
8282
the uniquely identifiable name for the application.
8383
-n --lines=<lines>
84-
the number of lines to display.
84+
the number of lines to display, value range 1-1000.
8585
-f --follow
8686
specify if the logs should be streamed.
87-
-t --container=<container>
87+
-c --container=<container>
8888
print the logs of this container.
8989
`
9090

0 commit comments

Comments
 (0)