Skip to content

Commit e6caa47

Browse files
committed
Clean up startup wording
1 parent 969e8f9 commit e6caa47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

buckup/command_line.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ def print_welcome_information(self):
5252
| |
5353
|_|
5454
""")
55-
print("Queries: http://github.com/torchbox/buckup\n")
55+
print("Version:", __version__)
56+
print("Issues: http://github.com/torchbox/buckup\n")
5657
print(
5758
"We are going to create an S3 bucket with a user that is ready "
5859
"to use. In the end\nyou will have a bucket name, access key "
@@ -103,7 +104,6 @@ def print_account_information(self):
103104
if not region:
104105
print('You need to specify region with "--region".')
105106
sys.exit(1)
106-
print('Use "--profile" flag to use a different boto3 profile.')
107107
print(
108108
"Region used is {region}. "
109109
'Use "--region" to specify a different '

0 commit comments

Comments
 (0)