diff options
author | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-20 15:37:40 +0100 |
---|---|---|
committer | Valentin Gagarin <valentin.gagarin@tweag.io> | 2022-12-21 11:42:50 +0100 |
commit | 7797661a70bcd6a7caf756964785ea7727ed1be0 (patch) | |
tree | b0d70a217952a63b992f2f7c02d315c9e4c187b9 /src/libcmd | |
parent | 3a66d82e1da1302586055a70903de2f9a7425087 (diff) |
link "store derivation" to glossary definition
Diffstat (limited to 'src/libcmd')
-rw-r--r-- | src/libcmd/installables.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcmd/installables.cc b/src/libcmd/installables.cc index 5cdd3e12c..d2600ca91 100644 --- a/src/libcmd/installables.cc +++ b/src/libcmd/installables.cc @@ -168,7 +168,7 @@ SourceExprCommand::SourceExprCommand(bool supportReadOnlyMode) addFlag({ .longName = "derivation", - .description = "Operate on the store derivation rather than its outputs.", + .description = "Operate on the [store derivation](../../glossary.md#gloss-store-derivation) rather than its outputs.", .category = installablesCategory, .handler = {&operateOn, OperateOn::Derivation}, }); |