Skip to content

Commit 19217c8

Browse files
committed
Add a description in the usage text
1 parent f7942dc commit 19217c8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

resources/ext/cli/prune-reports.erb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
#!/usr/bin/env bash
22

33
usage() {
4+
echo "Delete old reports stored in 'reportdir' ($(puppet config print reportdir))."
5+
echo
46
echo "Usage: puppetserver prune-reports [<ttl>]"
57
echo " <ttl> delete reports older than this amount of time (default: 14d)"
68
exit 0

0 commit comments

Comments
 (0)