Skip to content

Commit 9b3980a

Browse files
fix(limits): remove short cpu flag (#216)
It conflicts with the global short config flag
1 parent c46ca05 commit 9b3980a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

parser/limits.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ Arguments:
9191
Options:
9292
-a --app=<app>
9393
the uniquely identifiable name for the application.
94-
-c --cpu
94+
--cpu
9595
limits CPU.
9696
-m --memory
9797
limits memory. [default: true]
@@ -128,7 +128,7 @@ Arguments:
128128
Options:
129129
-a --app=<app>
130130
the uniquely identifiable name for the application.
131-
-c --cpu
131+
--cpu
132132
limits cpu shares.
133133
-m --memory
134134
limits memory. [default: true]

0 commit comments

Comments
 (0)