diff options
| author | Ophestra <cat@gensokyo.uk> | 2025-10-05 17:40:32 +0900 |
|---|---|---|
| committer | Ophestra <cat@gensokyo.uk> | 2025-10-05 17:40:32 +0900 |
| commit | ae7b343cde93bf59d2e3c7f6316d41c1474dd081 (patch) | |
| tree | 5f07c90b493f38fe238c347ab2eb121d5350e81c /dist | |
| parent | a63a372fe07a35fc355f54e72bbace47f157406c (diff) | |
hst: reword and move constants
These values are considered part of the stable, exported API, so move them to hst.
Signed-off-by: Ophestra <cat@gensokyo.uk>
Diffstat (limited to 'dist')
| -rw-r--r-- | dist/comp/_hakurei | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dist/comp/_hakurei b/dist/comp/_hakurei index a8554268..7f3974b8 100644 --- a/dist/comp/_hakurei +++ b/dist/comp/_hakurei @@ -54,8 +54,8 @@ __hakurei_instances() { { local -a _hakurei_cmds _hakurei_cmds=( - "app:Load app from configuration file" - "run:Configure and start a permissive default sandbox" + "app:Load and start container from configuration file" + "run:Configure and start a permissive container" "show:Show live or local app configuration" "ps:List active instances" "version:Display version information" |
