aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-09-15 19:08:23 -0700
committerFuwn <[email protected]>2024-09-15 19:08:23 -0700
commit6df696c963c072ac71a5bf97acc735256418c55c (patch)
tree6e856451d0653b5ba3ec046cc2a938b8210c3e57
parent28f09034dc2485e9bae90353c227768d93657cbc (diff)
downloadrui-6df696c963c072ac71a5bf97acc735256418c55c.tar.xz
rui-6df696c963c072ac71a5bf97acc735256418c55c.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{