From 7e66ffc3a0573b0385fe22c4219c240c266e0084 Mon Sep 17 00:00:00 2001 From: SpudGunMan Date: Wed, 29 Oct 2025 11:42:48 -0700 Subject: [PATCH] docs --- modules/README.md | 4 ++-- modules/checklist.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/modules/README.md b/modules/README.md index f08e404..9f126c3 100644 --- a/modules/README.md +++ b/modules/README.md @@ -139,8 +139,8 @@ The checklist module provides asset tracking and accountability features with sa | `checkin` | Check in a node/asset | | `checkout` | Check out a node/asset | | `checklist` | Show active check-ins | -| `purgein` | Delete your check-in record | -| `purgeout` | Delete your check-out record | +| `approvecl` | Admin Approve id | +| `denycl` | Admin Remove id | #### Advanced Features diff --git a/modules/checklist.md b/modules/checklist.md index ce8cf24..a12ddd3 100644 --- a/modules/checklist.md +++ b/modules/checklist.md @@ -155,14 +155,14 @@ ID: Tech2 checked-In for 00:15:30📝Equipment repair #### Approve Check-in ``` -clok +approvecl ``` Approve a pending check-in (requires admin privileges). **Example:** ``` -clok 123 +approvecl 123 ``` #### Deny Check-in