diff options
| author | Jeff Carr <[email protected]> | 2025-08-30 15:24:54 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-08-30 15:24:54 -0500 |
| commit | bbb12d79e2ab03d5dd5a781a5e3b1192c548721e (patch) | |
| tree | 4f7a152f1e14f9d181c9e9614925a5184381f187 /argvAutoshell.go | |
| parent | c7896e47f9c91e330b023bdb34a7540f193a5422 (diff) | |
more code cleanups
Diffstat (limited to 'argvAutoshell.go')
| -rw-r--r-- | argvAutoshell.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/argvAutoshell.go b/argvAutoshell.go index 3611411..14a21f1 100644 --- a/argvAutoshell.go +++ b/argvAutoshell.go @@ -24,7 +24,7 @@ func (args) doBashAuto() { // argv.doBashHelp() switch argv.BashAuto[0] { case "playback": - fmt.Println("long --uuid") + fmt.Println("long --uuid purge") case "clean": fmt.Println("user devel master") default: |
