aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/s6-frontend/s6-frontend.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/s6-frontend/s6-frontend.c b/src/s6-frontend/s6-frontend.c
index 228abe4..df25e79 100644
--- a/src/s6-frontend/s6-frontend.c
+++ b/src/s6-frontend/s6-frontend.c
@@ -99,8 +99,13 @@ int main (int argc, char const *const *argv)
static struct command_s const commands[] =
{
{ .s = "help", .f = &main_help },
+ { .s = "l", .f = &live },
{ .s = "live", .f = &live },
+ { .s = "p", .f = &process },
+ { .s = "proc", .f = &process },
{ .s = "process", .f = &process },
+ { .s = "r", .f = &repository },
+ { .s = "repo", .f = &repository },
{ .s = "repository", .f = &repository },
{ .s = "set", .f = &set },
{ .s = "system", .f = &s6system },