Skip to content

Commit 285f4f7

Browse files
committed
doc: man: Add some details to subcommands
The subcommands descriptions for create, release-from and flashscript had some extra details not available in the argparse/cli help. Migrate these descriptions from the old to the new manpage by overwriting the subcommand descriptions. Signed-off-by: Jonas Rebmann <[email protected]>
1 parent 305b62e commit 285f4f7

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

doc/man/client.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,20 @@ This is the client to control a boards status and interface with it on remote ma
2525
available subcommands : @skip
2626
skip.
2727

28+
create : @replace
29+
add a new place with the name specified via ``--place`` or the
30+
``LG_PLACE`` environment variable.
31+
32+
release-from : @replace
33+
Atomically release a place, but only if acquired by a specific user.
34+
35+
Note that this command returns success as long as the specified user no
36+
longer owns the place, meaning it may be acquired by another user or
37+
not at all.
38+
39+
flashscript : @replace
40+
Run arbitrary script with arguments to flash device
41+
2842

2943
Configuration File
3044
------------------

0 commit comments

Comments
 (0)