diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 14:46:37 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-04 14:46:37 +0100 |
commit | 89fa913f7cb2dcb5038dfb1db19f54fd99ff2f75 (patch) | |
tree | 139a432a07bf98e7002adb24c1ed8387e801ceb4 | |
parent | 07f067b691586131ca5bf8be78b35843c491f2d0 (diff) | |
download | sbotools2-89fa913f7cb2dcb5038dfb1db19f54fd99ff2f75.tar.xz |
sboupgrade manpage referred to sboinstall's exitcodes. Fix.
-rw-r--r-- | man1/sboupgrade.1 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/man1/sboupgrade.1 b/man1/sboupgrade.1 index a8a5bba..e16b5d1 100644 --- a/man1/sboupgrade.1 +++ b/man1/sboupgrade.1 @@ -56,7 +56,7 @@ When used in combination with the -f option, to force an update even if it would .RE .SH EXIT CODES .P -sboinstall can exit with the following exit codes: +sboupgrade can exit with the following exit codes: .RS 0: all operations were succesful. |