Skip to content

Commit d77c83d

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 67059d8 commit d77c83d

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
@@ -31,6 +31,20 @@ Options
3131
available subcommands : @skip
3232
skip.
3333

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

3549
Configuration File
3650
------------------

0 commit comments

Comments
 (0)