summaryrefslogtreecommitdiff
path: root/doc/usage
diff options
context:
space:
mode:
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-05-16 08:45:05 +0300
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>2023-06-02 11:59:15 +0300
commitf37513c3adbf1ce058dbc567fbf015791fccb920 (patch)
tree02d3ed4e18abab9c7ca8214b6f7411b4d53ee388 /doc/usage
parenta2c0e3595a3e7a85a306c28b0d9097029dd54182 (diff)
downloadu-boot-f37513c3adbf1ce058dbc567fbf015791fccb920.tar.xz
doc: fix loady man-page
* loady may return $? = 1. * Move misplaced description Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Diffstat (limited to 'doc/usage')
-rw-r--r--doc/usage/cmd/loady.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/usage/cmd/loady.rst b/doc/usage/cmd/loady.rst
index 718af6e128..3f8227ecf2 100644
--- a/doc/usage/cmd/loady.rst
+++ b/doc/usage/cmd/loady.rst
@@ -56,6 +56,9 @@ file transfer.
6165f
=>
+Transfer can be cancelled by pressing 3 times <CTRL+C> after two seconds
+of inactivity on terminal.
+
Configuration
-------------
@@ -65,10 +68,7 @@ Initial timeout in seconds while waiting for transfer is configured by
config option CMD_LOADXY_TIMEOUT or by env variable $loadxy_timeout.
Setting it to 0 means infinite timeout.
-Transfer can be cancelled by pressing 3 times <CTRL+C> after two seconds
-of inactivity on terminal.
-
Return value
------------
-The return value $? is always 0 (true).
+The return value $? is 0 (true) on success, 1 (false) otherwise.