change default desc limit to 72 chars

This commit is contained in:
James Barnett 2018-02-02 21:12:31 -05:00
parent a0d0a823f1
commit dee6ff6a08
No known key found for this signature in database
GPG key ID: E4B5E45AA3B8C5C3
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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"}