diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-12 04:14:03 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-12 04:14:03 -0600 |
commit | be2bb2b27d61a39bff6efd890c3d519c39db321e (patch) | |
tree | 387f0c14a12526c6eb1668b3d588ded1a0472212 /man1/sbosnap.1 | |
parent | b2a26f795d32e398bfc3dbfc13882419bd3ba929 (diff) | |
download | sbotools2-be2bb2b27d61a39bff6efd890c3d519c39db321e.tar.xz |
implement failure-dependent exit statuses, ask to proceed if a failure is encountered during the process
Diffstat (limited to 'man1/sbosnap.1')
-rw-r--r-- | man1/sbosnap.1 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/man1/sbosnap.1 b/man1/sbosnap.1 index 0f6fef9..5ddc698 100644 --- a/man1/sbosnap.1 +++ b/man1/sbosnap.1 @@ -30,6 +30,16 @@ update .RS Update a previously fetch'd copy of the slackbuilds.org tree. .RE +.SH EXIT CODES +.P +sbosnap can exit with the following codes: +.RS + +0: all operations completed successfully. +.RE +.RS +1: a usage error occurred, such as running sbosnap with no command. +.RE .SH BUGS .P None known, but there may be some. Please report any found to j@dawnrazor.net or xocel@iquidus.org; patches are always welcome. |