summaryrefslogtreecommitdiff
path: root/src/rhimportd/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/rhimportd/main.go')
-rw-r--r--src/rhimportd/main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rhimportd/main.go b/src/rhimportd/main.go
index 97a12ec..7f0a4ce 100644
--- a/src/rhimportd/main.go
+++ b/src/rhimportd/main.go
@@ -112,7 +112,7 @@ func main() {
rhl.Println("Error parsing RHIMPORTD_UPLOAD_MAX_AGE from environment:", err)
return
}
- flag.Var(uploadMaxAge, "upload-max-age", "maximum age of uploaded files before the get deleted (environment: RHIMPORTD_UPLOAD_MAX_AGE)")
+ flag.Var(uploadMaxAge, "upload-max-age", "maximum age of uploaded files before they get deleted (environment: RHIMPORTD_UPLOAD_MAX_AGE)")
help := flag.Bool("help", false, "show usage")