change default desc limit to 72 chars
This commit is contained in:
parent
a0d0a823f1
commit
dee6ff6a08
2 changed files with 2 additions and 2 deletions
|
|
@ -51,7 +51,7 @@ Default is "no".
|
|||
.RS 4
|
||||
Number of characters to limit length of descriptions used for snapper.
|
||||
|
||||
Default is "256".
|
||||
Default is "72".
|
||||
.RE
|
||||
|
||||
\fBLINK_MODULES=\fR\fB\fIyes\fR\fR\fB or \fR\fB\fIno\fR\fR
|
||||
|
|
|
|||
|
|
@ -93,7 +93,7 @@ SNAPPER_CONFIGS=$(awk -F'=' '/SNAPPER_CONFIGS/ {gsub(/"/, "", $2); print $2}' "$
|
|||
|
||||
read_config "$SNAPPAC_CONFIG_FILE"
|
||||
|
||||
readonly DESC_LIMIT=${DESC_LIMIT:-256}
|
||||
readonly DESC_LIMIT=${DESC_LIMIT:-72}
|
||||
readonly ABORT_ON_FAIL=${ABORT_ON_FAIL:-"no"}
|
||||
readonly LINK_MODULES=${LINK_MODULES:-"no"}
|
||||
readonly KERNEL_PACKAGE=${KERNEL_PACKAGE:-"linux"}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue