diff options
| author | Fuwn <[email protected]> | 2024-09-16 02:08:23 +0000 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-09-16 02:08:23 +0000 |
| commit | 67f1cea892a1b585de55c78565180f393717dad8 (patch) | |
| tree | 6e856451d0653b5ba3ec046cc2a938b8210c3e57 /rui.go | |
| parent | docs(readme): add usage instructions (diff) | |
| download | rui-67f1cea892a1b585de55c78565180f393717dad8.tar.xz rui-67f1cea892a1b585de55c78565180f393717dad8.zip | |
fix: usage description
Diffstat (limited to 'rui.go')
| -rw-r--r-- | rui.go | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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{ |