From 53ec32b50f8ab0d88254936e8b70f8173c9af4e3 Mon Sep 17 00:00:00 2001 From: tschettervictor <85497460+tschettervictor@users.noreply.github.com> Date: Mon, 12 May 2025 11:21:59 -0600 Subject: [PATCH] docs: Update list for -u and -d --- docs/chapters/subcommands/list.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/chapters/subcommands/list.rst b/docs/chapters/subcommands/list.rst index f6b29a95..38fd6aa1 100644 --- a/docs/chapters/subcommands/list.rst +++ b/docs/chapters/subcommands/list.rst @@ -16,6 +16,8 @@ to print in columns instead of rows. [path(s)] [port(s)] [prio|priority] [state(s)] [template(s)] Options: + -d | --down List stopped jails only. -j | --json List jails or sub-arg(s) in json format. - -p | --pretty List JSON in columns. - -x | --debug Enable debug mode. + -p | --pretty Print JSON in columns. + -u | --up List running jails only. + -x | --debug Enable debug mode. \ No newline at end of file