Skip to content

Commit 61c5578

Browse files
committed
Fixed error message
1 parent dbefeed commit 61c5578

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

awslambdacreate-capi/lambdacreate.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ def main():
4040
args = sys.argv[1:]
4141
if len(args) < 4:
4242
print('Not enough parameters.\n'\
43-
'Proper Usage is: python lambdainvoke.py '\
43+
'Proper Usage is: python lambdacreate.py '\
4444
'<FUNCTION_NAME> <FUNCTION_FILE<> <FUNCTION_ROLE> <FUNCTION_HANDLER>')
4545
sys.exit(1)
4646

0 commit comments

Comments
 (0)