Skip to content

Commit ad46659

Browse files
committed
Fix comments
Dedicated to @jatoben.
1 parent 3fa44fc commit ad46659

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/github-backup-utils/ghe-restore-es-audit-log

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
#!/usr/bin/env bash
22
#/ Usage: ghe-restore-es-audit-log
3-
#/ Take a backup of audit logs in Elasticsearch.
3+
#/ Restores a backup of audit logs to Elasticsearch.
44
#/
55
#/ Note: This command typically isn't called directly. It's invoked by
6-
#/ ghe-backup.
6+
#/ ghe-restore.
77
set -e
88

99
# Bring in the backup configuration

0 commit comments

Comments
 (0)