Also use long options in src/nix/*.md

This commit is contained in:
Alexander Schmolck
2023-05-17 08:10:30 +01:00
parent 8d4b6766e2
commit afd9bd787d
13 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ R""(
* Run a series of script commands:
```console
# nix develop --command bash -c "mkdir build && cmake .. && make"
# nix develop --command bash --command "mkdir build && cmake .. && make"
```
# Description