summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLee Matos <lee@gitlab.com>2019-04-11 18:05:09 +0000
committerLee Matos <lee@gitlab.com>2019-04-11 18:05:09 +0000
commit3e4328481a2a74fca2c037b6e595e2fbce8567f2 (patch)
treeea070557cb9f63073c4f06f7a287fbbf81e2664d
parentdc8848794bfd2f06345d4dbba8a918aa09ee07a8 (diff)
downloadgitlab-ce-patch-50.tar.gz
Update backup/manager.rb to clarify the backup restore string formatpatch-50
-rw-r--r--lib/backup/manager.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/backup/manager.rb b/lib/backup/manager.rb
index aeaf61cda39..4bc9ebc02fe 100644
--- a/lib/backup/manager.rb
+++ b/lib/backup/manager.rb
@@ -122,7 +122,7 @@ module Backup
# print list of available backups
progress.puts " " + available_timestamps.join("\n ")
progress.puts 'Please specify which one you want to restore:'
- progress.puts 'rake gitlab:backup:restore BACKUP=timestamp_of_backup'
+ progress.puts 'rake gitlab:backup:restore BACKUP=[timestamp_date_version]'
exit 1
end