mirror of
https://github.com/NixOS/nix
synced 2025-06-25 06:31:14 +02:00
Merge pull request #9812 from NixOS/remove-n-shorthand-for---mode
Remove a nonsensical shorthand flag in `nix store add`
This commit is contained in:
commit
57d6284eb7
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ struct CmdAddToStore : MixDryRun, StoreCommand
|
|||
|
||||
addFlag({
|
||||
.longName = "mode",
|
||||
.shortName = 'n',
|
||||
.description = R"(
|
||||
How to compute the hash of the input.
|
||||
One of:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue