From 51b16f4b48dd6d5562b9be24b0d5f4b6debed17c Mon Sep 17 00:00:00 2001 From: JMARyA Date: Fri, 22 Dec 2023 23:21:31 +0100 Subject: [PATCH] refactor --- technology/applications/cli/doas.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/technology/applications/cli/doas.md b/technology/applications/cli/doas.md index 101dec6..3a14fa8 100644 --- a/technology/applications/cli/doas.md +++ b/technology/applications/cli/doas.md @@ -22,8 +22,8 @@ $ doas -s ### Options | Option | Description | | --------- | ------------------------------------------------- | -| `-s` | Execute the shell from `$SHELL` or `/etc/passwd`. | -| `-u user` | Execute the command as user. The default is root. | +| `-s` | Execute the shell from `$SHELL` or `/etc/passwd`. | +| `-u user` | Execute the command as user. The default is root. | ## Configuration The configuration for doas is stored at `/etc/doas.conf`.