Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
L
lxc
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
lxc
Commits
d93cd547
Commit
d93cd547
authored
Oct 30, 2016
by
Christian Brauner
Committed by
GitHub
Oct 30, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1261 from evgeni/lxc-ls-help-fixes
lxc-ls help fixes
parents
eff36624
8b662579
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
7 additions
and
5 deletions
+7
-5
lxc-ls.sgml.in
doc/ja/lxc-ls.sgml.in
+1
-1
lxc-ls.sgml.in
doc/ko/lxc-ls.sgml.in
+1
-1
lxc-ls.sgml.in
doc/lxc-ls.sgml.in
+1
-1
lxc_ls.c
src/lxc/tools/lxc_ls.c
+4
-2
No files found.
doc/ja/lxc-ls.sgml.in
View file @
d93cd547
...
@@ -173,7 +173,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
...
@@ -173,7 +173,7 @@ by KATOH Yasufumi <karma at jazz.email.ne.jp>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
Comma separate
list of column
to show in the fancy output.
Comma separate
d list of columns
to show in the fancy output.
The list of accepted and default fields is listed in \-\-help.
The list of accepted and default fields is listed in \-\-help.
-->
-->
装飾付き出力で表示するカラムのコンマ区切りのリスト。デフォルトで表示される項目と指定可能な項目名は --help オプションで確認してください。
装飾付き出力で表示するカラムのコンマ区切りのリスト。デフォルトで表示される項目と指定可能な項目名は --help オプションで確認してください。
...
...
doc/ko/lxc-ls.sgml.in
View file @
d93cd547
...
@@ -173,7 +173,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
...
@@ -173,7 +173,7 @@ by Sungbae Yoo <sungbae.yoo at samsung.com>
<listitem>
<listitem>
<para>
<para>
<!--
<!--
Comma separate
list of column
to show in the fancy output.
Comma separate
d list of columns
to show in the fancy output.
The list of accepted and default fields is listed in \-\-help.
The list of accepted and default fields is listed in \-\-help.
-->
-->
--fancy로 출력할때 어떤 컬럼을 보여줄지 쉼표(,)로 구분된 리스트.
--fancy로 출력할때 어떤 컬럼을 보여줄지 쉼표(,)로 구분된 리스트.
...
...
doc/lxc-ls.sgml.in
View file @
d93cd547
...
@@ -146,7 +146,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
...
@@ -146,7 +146,7 @@ Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
</term>
</term>
<listitem>
<listitem>
<para>
<para>
Comma separated list of column to show in the fancy output.
Comma separated list of column
s
to show in the fancy output.
The list of accepted and default fields is listed in --help.
The list of accepted and default fields is listed in --help.
</para>
</para>
</listitem>
</listitem>
...
...
src/lxc/tools/lxc_ls.c
View file @
d93cd547
...
@@ -185,8 +185,10 @@ lxc-ls list containers\n\
...
@@ -185,8 +185,10 @@ lxc-ls list containers\n\
\n
\
\n
\
Options :
\n
\
Options :
\n
\
-1, --line show one entry per line
\n
\
-1, --line show one entry per line
\n
\
-f, --fancy column-based output
\n
\
-f, --fancy use a fancy, column-based output
\n
\
-F, --fancy-format column-based output
\n
\
-F, --fancy-format comma separated list of columns to show in the fancy output
\n
\
valid columns are: NAME, STATE, PID, RAM, SWAP, AUTOSTART,
\n
\
GROUPS, INTERFACE, IPV4 and IPV6
\n
\
--active list only active containers
\n
\
--active list only active containers
\n
\
--running list only running containers
\n
\
--running list only running containers
\n
\
--frozen list only frozen containers
\n
\
--frozen list only frozen containers
\n
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment