diff options
author | J Pipkin <j@dawnrazor.net> | 2013-01-12 07:14:20 -0600 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2013-01-12 07:14:20 -0600 |
commit | 32abf3c7e9183cfe79019c748e588496722f7426 (patch) | |
tree | 7d9cd861e15595abebdda688fb6066e82febba62 /man1/sboclean.1 | |
parent | b2a26f795d32e398bfc3dbfc13882419bd3ba929 (diff) | |
parent | f177c4e5c4311e696373c77e593df452c7602d13 (diff) | |
download | sbotools2-32abf3c7e9183cfe79019c748e588496722f7426.tar.xz |
Merge branch 'exit_ask', fixes #41, fixes #37
Diffstat (limited to 'man1/sboclean.1')
-rw-r--r-- | man1/sboclean.1 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/man1/sboclean.1 b/man1/sboclean.1 index a16ca92..6e9e38e 100644 --- a/man1/sboclean.1 +++ b/man1/sboclean.1 @@ -33,6 +33,17 @@ Clean working directories, located under /tmp/SBo. -i|--interactive .RS Be interactive; sboclean will ask for confirmation for each item which it thinks should be removed. +.SH EXIT CODES +.P +sboclean can exit with the following codes: +.RS + +0: all operations completed successfully. +.RE +.RS +1: a usage error occurred, such as running sboclean with nothing to clean. +.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. |