diff options
author | Eelco Dolstra <edolstra@gmail.com> | 2021-01-13 14:18:04 +0100 |
---|---|---|
committer | Eelco Dolstra <edolstra@gmail.com> | 2021-01-13 14:18:04 +0100 |
commit | 3da9a9241cb9f8c284426c220ea285398d0328dd (patch) | |
tree | 76d285b2ff05458958a69618b153ec094c0ae49d /src/nix/add-to-store.cc | |
parent | 4e9cec79bf5302108a031b3910f63baccf719eb5 (diff) |
Convert option descriptions to Markdown
Diffstat (limited to 'src/nix/add-to-store.cc')
-rw-r--r-- | src/nix/add-to-store.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nix/add-to-store.cc b/src/nix/add-to-store.cc index ea4bbbab9..2ae042789 100644 --- a/src/nix/add-to-store.cc +++ b/src/nix/add-to-store.cc @@ -19,7 +19,7 @@ struct CmdAddToStore : MixDryRun, StoreCommand addFlag({ .longName = "name", .shortName = 'n', - .description = "name component of the store path", + .description = "Override the name component of the store path. It defaults to the base name of *path*.", .labels = {"name"}, .handler = {&namePart}, }); |