diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-25 16:27:28 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2017-03-25 16:27:28 +0100 |
commit | 9e1b8f5d50385852b76773e8693a4ea30ab21fd5 (patch) | |
tree | d0b1dec4eec4c54978b866dae5e81f080d4a0afd /man1 | |
parent | 30143ebecda1e65dc72a5ff1f4e789762206b647 (diff) | |
download | sbotools-9e1b8f5d50385852b76773e8693a4ea30ab21fd5.tar.xz |
sboinstall: add --reinstall commandline option.
This fixes #58.
Diffstat (limited to 'man1')
-rw-r--r-- | man1/sboinstall.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man1/sboinstall.1 b/man1/sboinstall.1 index fb72e2d..b991335 100644 --- a/man1/sboinstall.1 +++ b/man1/sboinstall.1 @@ -56,6 +56,11 @@ Skip viewing of the README and the yes or no question which accompanies it. Anyt This option causes sboinstall to skip requirement handling, but still show the README and prompt the user to proceed. .RE .P +--reinstall +.RS +This option asks if we should reinstall anything among the requirements that is already installed. +.RE +.P --create-template (FILE) .RS Create a template for the SlackBuilds including any optional commands or build options that you wish to set and store this in the specified FILE. |