aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-16 02:08:23 +0000
committerFuwn <[email protected]>2024-09-16 02:08:23 +0000
commit67f1cea892a1b585de55c78565180f393717dad8 (patch)
tree6e856451d0653b5ba3ec046cc2a938b8210c3e57
parentdocs(readme): add usage instructions (diff)
downloadrui-67f1cea892a1b585de55c78565180f393717dad8.tar.xz
rui-67f1cea892a1b585de55c78565180f393717dad8.zip
fix: usage description
-rw-r--r--README.md2
-rw-r--r--rui.go1
2 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 54bff42..61832ff 100644
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ rui.packages.${pkgs.system}.default
```text
NAME:
- rui - A new cli application
+ rui - Personal NixOS Flake Manager
USAGE:
rui [global options] command [command options]
diff --git a/rui.go b/rui.go
index c16a7a5..236dc8b 100644
--- a/rui.go
+++ b/rui.go
@@ -12,6 +12,7 @@ import (
func main() {
(&cli.App{
Name: "rui",
+ Usage: "Personal NixOS Flake Manager",
Description: "Personal NixOS Flake Manager",
EnableBashCompletion: true,
Authors: []*cli.Author{