We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969e8f9 commit e6caa47Copy full SHA for e6caa47
buckup/command_line.py
@@ -52,7 +52,8 @@ def print_welcome_information(self):
52
| |
53
|_|
54
""")
55
- print("Queries: http://github.com/torchbox/buckup\n")
+ print("Version:", __version__)
56
+ print("Issues: http://github.com/torchbox/buckup\n")
57
print(
58
"We are going to create an S3 bucket with a user that is ready "
59
"to use. In the end\nyou will have a bucket name, access key "
@@ -103,7 +104,6 @@ def print_account_information(self):
103
104
if not region:
105
print('You need to specify region with "--region".')
106
sys.exit(1)
- print('Use "--profile" flag to use a different boto3 profile.')
107
108
"Region used is {region}. "
109
'Use "--region" to specify a different '
0 commit comments