diff options
Diffstat (limited to 'debian/scons-configure-cache.1')
-rw-r--r-- | debian/scons-configure-cache.1 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/debian/scons-configure-cache.1 b/debian/scons-configure-cache.1 new file mode 100644 index 0000000..285e4af --- /dev/null +++ b/debian/scons-configure-cache.1 @@ -0,0 +1,27 @@ +.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4. +.TH SCONS-CONFIGURE-CACHE "1" "November 2016" "scons-configure-cache 1.0" "User Commands" +.SH NAME +scons-configure-cache \- Configure Scons cache. +.SH DESCRIPTION +usage: scons\-configure\-cache [\-h] [\-\-prefix\-len <number>] [\-\-version] +.IP +cache\-dir +.PP +Modify the configuration of an scons cache directory +.SS "positional arguments:" +.TP +cache\-dir +Path to scons cache directory +.SS "optional arguments:" +.TP +\fB\-h\fR, \fB\-\-help\fR +show this help message and exit +.TP +\fB\-\-prefix\-len\fR <number> +Length of cache file name used as subdirectory prefix +.TP +\fB\-\-version\fR +show program's version number and exit +.PP +Unless you specify an option, it will not be changed (if it is already set in +the cache config), or changed to an appropriate default (it it is not set). |