mirror of
https://github.com/daylinmorgan/oizys.git
synced 2024-11-05 01:53:15 -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:
|
||||
-h|--help show this help
|
||||
--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)
|
||||
--no-nom don't use nix-output-monitor
|
||||
```
|
||||
|
|
|
@ -100,7 +100,7 @@ oizys <cmd> [opts]
|
|||
options:
|
||||
-h|--help show this help
|
||||
--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)
|
||||
--no-nom don't use nix-output-monitor
|
||||
"""
|
||||
|
|
Loading…
Reference in a new issue