diff options
author | J Pipkin <j@dawnrazor.net> | 2012-09-09 11:23:38 -0500 |
---|---|---|
committer | J Pipkin <j@dawnrazor.net> | 2012-09-09 11:23:38 -0500 |
commit | d07199a545dfaa595e7aa9029316b423dd67a1b0 (patch) | |
tree | 6626fe992c85926fd5827675a05df1ea8a71e69f /man1/sboclean.1 | |
parent | 68aa55ec3a8f62aec42c236202feba1cf12e266e (diff) | |
download | sbotools2-d07199a545dfaa595e7aa9029316b423dd67a1b0.tar.xz |
man1 manpages updated to include long option forms
Diffstat (limited to 'man1/sboclean.1')
-rw-r--r-- | man1/sboclean.1 | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/man1/sboclean.1 b/man1/sboclean.1 index 6a00abf..6bafa77 100644 --- a/man1/sboclean.1 +++ b/man1/sboclean.1 @@ -10,27 +10,27 @@ sboclean [-hvdwi] sboclean is used to clean files left around by sbotools, such as downloaded source files ("distfiles"), or work directories under /tmp/SBo. Note that if not run with the -i flag, sboclean will remove anything in the distfiles or /tmp/SBo folders with extreme prejudice. One of either -d or -w must be specified for this script to do anything. .SH OPTIONS .P --h +-h|--help .RS Show help information. .RE .P --v +-v|--version .RS Show sbotools version information. .RE .P --d +-d|--clean-dist .RS Clean distfiles, by default located at /usr/sbo/distfiles. .RE .P --w +-w|--clean-work .RS Clean working directories, located under /tmp/SBo. .RE .P --i +-i|--interactive .RS Be interactive; sboclean will ask for confirmation for each item which it think should be removed. .SH BUGS |