mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-10 07:33:19 -04:00
profiles/desc: improve useflag description
Signed-off-by: Alessandro Barbieri <lssndrbarbieri@gmail.com>
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
# This file contains descriptions of CUBELIB_STRATEGY USE_EXPAND flags.
|
||||
|
||||
keepall - Set the data loading strategy to keepall
|
||||
lastn - Set the data loading strategy to lastn
|
||||
manual - Set the data loading strategy to manual
|
||||
preload - Set the data loading strategy to preload
|
||||
keepall - Set the data loading strategy to: keep all in memory, load on demand
|
||||
lastn - Set the data loading strategy to: keep last n rows in memory
|
||||
manual - Set the data loading strategy to: manual loading
|
||||
preload - Set the data loading strategy to: keep all in memory, preloaded
|
||||
|
||||
Reference in New Issue
Block a user