summaryrefslogtreecommitdiff
path: root/argv.go
diff options
context:
space:
mode:
Diffstat (limited to 'argv.go')
-rw-r--r--argv.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/argv.go b/argv.go
index be670dd..97940cb 100644
--- a/argv.go
+++ b/argv.go
@@ -11,7 +11,7 @@ type args struct {
Work bool `arg:"--work" help:"make a work directory"`
}
-func (args) Description() string {
+func (a args) Description() string {
return `
Example usage: "go-clone go.wit.com/apps/go-clone"