mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-12-22 18:30:43 -06:00
fix typo from styx migration
This commit is contained in:
parent
f68354503b
commit
aa6fdc8cae
2 changed files with 2 additions and 2 deletions
|
@ -53,7 +53,7 @@ oizys <cmd> [opts]
|
||||||
options:
|
options:
|
||||||
-h|--help show this help
|
-h|--help show this help
|
||||||
--host hostname (current host)
|
--host hostname (current host)
|
||||||
-f|--flake path to flake ($FLAKE_PATH or $HOME/styx)
|
-f|--flake path to flake ($FLAKE_PATH or $HOME/oizys)
|
||||||
-c|--cache name of cachix binary cache (daylin)
|
-c|--cache name of cachix binary cache (daylin)
|
||||||
--no-nom don't use nix-output-monitor
|
--no-nom don't use nix-output-monitor
|
||||||
```
|
```
|
||||||
|
|
|
@ -100,7 +100,7 @@ oizys <cmd> [opts]
|
||||||
options:
|
options:
|
||||||
-h|--help show this help
|
-h|--help show this help
|
||||||
--host hostname (current host)
|
--host hostname (current host)
|
||||||
-f|--flake path to flake ($FLAKE_PATH or $HOME/styx)
|
-f|--flake path to flake ($FLAKE_PATH or $HOME/oizys)
|
||||||
-c|--cache name of cachix binary cache (daylin)
|
-c|--cache name of cachix binary cache (daylin)
|
||||||
--no-nom don't use nix-output-monitor
|
--no-nom don't use nix-output-monitor
|
||||||
"""
|
"""
|
||||||
|
|
Loading…
Reference in a new issue