diff options
author | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-08 21:05:45 +0100 |
---|---|---|
committer | Andreas Guldstrand <andreas.guldstrand@gmail.com> | 2015-12-08 21:05:45 +0100 |
commit | 37c65d13f845d2864f26984c4ed50f2d80e07033 (patch) | |
tree | dd5217a323f13f57f74133dc41badcd74e752125 /man1 | |
parent | ff45c2217584f8e72d5ae41288bfbb5f563509a4 (diff) | |
download | sbotools-37c65d13f845d2864f26984c4ed50f2d80e07033.tar.xz |
Update manpages and scripts for #6
Diffstat (limited to 'man1')
-rw-r--r-- | man1/sboconfig.1 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man1/sboconfig.1 b/man1/sboconfig.1 index 94cae5d..45ca8a6 100644 --- a/man1/sboconfig.1 +++ b/man1/sboconfig.1 @@ -59,6 +59,11 @@ LOCAL_OVERRIDES: If set to a path, any directory name under that path that match .RS SLACKWARE_VERSION: If set to a version specification, use the SBo repository for that version instead of the one you can find in /etc/slackware-version. .RE +.P +-r|--repo (FALSE|url) +.RS +REPO: If set to a url, use that repository instead of the SlackBuilds.org repository for your SLACKWARE_VERSION. Setting this will make the SLACKWARE_VERSION setting redundant. URLs need to either lead to a git repository or an rsync repository. The repository needs to be laid out like the SlackBuilds.org one with a couple of broad categories at the root and under those are subdirectories for each package. +.RE .SH EXIT CODES .P sboconfig can exit with the following codes: |