This commit is contained in:
Jeff Carr 2025-08-22 03:34:45 -05:00
parent f6e881b064
commit 5b7e2daf65
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ func (args) doBashAuto() {
argv.doBashHelp()
switch argv.BashAuto[0] {
case "playback":
fmt.Println("list --force")
fmt.Println("list --uuid")
case "clean":
fmt.Println("user devel master")
default: