refactor: tweak restart command description

This commit is contained in:
CJ van den Berg 2025-11-24 13:27:50 +01:00
parent fbccf13850
commit a1f296ddde
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -915,7 +915,7 @@ const cmds = struct {
pub fn restart(_: *Self, _: Ctx) Result {
try tp.self_pid().send("restart");
}
pub const restart_meta: Meta = .{ .description = "Restart (without saving)" };
pub const restart_meta: Meta = .{ .description = "Restart session" };
pub fn restart_with_sudo(_: *Self, _: Ctx) Result {
root.set_restart_with_sudo();