diff options
| author | Andy Grover <agrover@redhat.com> | 2012-06-20 16:28:59 -0700 |
|---|---|---|
| committer | Andy Grover <agrover@redhat.com> | 2012-06-20 16:28:59 -0700 |
| commit | ec8efcb4dc9703164e481aac317f2ae982e8bea9 (patch) | |
| tree | c11ef37793537359f1746747e1c7967c9f28924b /targetcli.8 | |
| parent | 0ebd02cc8309a66e108bab07df577a88048c3a39 (diff) | |
| download | targetcli-ec8efcb4dc9703164e481aac317f2ae982e8bea9.tar.gz | |
Update manpage to mention you can run targetcli cmd
Instead of entering the command shell, you can also do e.g. "targetcli ls"
and it will execute that command and not enter the shell.
Signed-off-by: Andy Grover <agrover@redhat.com>
Diffstat (limited to 'targetcli.8')
| -rw-r--r-- | targetcli.8 | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/targetcli.8 b/targetcli.8 index 6af1008..4a60a5a 100644 --- a/targetcli.8 +++ b/targetcli.8 @@ -12,9 +12,14 @@ network fabrics, such as iSCSI or FCoE. The configuration layout is tree-based, similar to a filesystem, and navigated in a similar manner. .SH USAGE +.B targetcli +.P +.B targetcli [cmd] +.P Invoke .B targetcli -as root to enter the configuration shell. Use +as root to enter the configuration shell, or +follow with a command to execute but do not enter the shell. Use .B ls to list nodes below the current path. Moving |
