fix: lake: lake cache help put-staged (#13150)
This PR fixes a typo in #13144 where `lake cache help put-staged` was incorrectly `lake cache help putStaged`.
This commit is contained in:
parent
e55f69acd0
commit
2bc7a77806
1 changed files with 1 additions and 1 deletions
|
|
@ -690,7 +690,7 @@ public def helpCache : (cmd : String) → String
|
|||
| "add" => helpCacheAdd
|
||||
| "stage" => helpCacheStage
|
||||
| "unstage" => helpCacheUnstage
|
||||
| "putStaged" => helpCachePutStaged
|
||||
| "put-staged" => helpCachePutStaged
|
||||
| "clean" => helpCacheClean
|
||||
| "services" => helpCacheServices
|
||||
| _ => helpCacheCli
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue