diff options
| author | Jeff Carr <[email protected]> | 2024-03-02 11:51:16 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-03-02 11:51:16 -0600 |
| commit | 46de348eb26cae3558ca943b46472a8cdc3e3a96 (patch) | |
| tree | d56cffcd93445910ddb1abe0d5243467126615ce /argv.go | |
| parent | 7b4eb41de7e1c65c07dfc8f04f1263b3f258b268 (diff) | |
Diffstat (limited to 'argv.go')
| -rw-r--r-- | argv.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -11,7 +11,7 @@ import ( ) var args struct { - Daemon bool `arg:"--daemon" help:"run without a gui"` + Daemon bool `arg:"--daemon" help:"run without a gui"` } func init() { |
