refactor: tweak restart command description
This commit is contained in:
parent
fbccf13850
commit
a1f296ddde
1 changed files with 1 additions and 1 deletions
|
|
@ -915,7 +915,7 @@ const cmds = struct {
|
||||||
pub fn restart(_: *Self, _: Ctx) Result {
|
pub fn restart(_: *Self, _: Ctx) Result {
|
||||||
try tp.self_pid().send("restart");
|
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 {
|
pub fn restart_with_sudo(_: *Self, _: Ctx) Result {
|
||||||
root.set_restart_with_sudo();
|
root.set_restart_with_sudo();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue