Skip to content

Commit 6bbde08

Browse files
fix: correct profile arg in readme example (#32)
1 parent c301861 commit 6bbde08

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,10 @@ Provide credentials:
4141
python clear_lambda_storage.py --token-key-id <access_key_id> --token-secret <secret_access_key>
4242
4343
Alternate usage:
44+
4445
.. code-block:: bash
4546
46-
python clear_lambda_storage.py --profile-id <profile_id> --num-to-keep 2
47+
python clear_lambda_storage.py --profile <profile_id> --num-to-keep 2
4748
4849
⚡️ `Serverless Framework <https://serverless.com>`_ usage
4950
----------------------------------------------------------

0 commit comments

Comments
 (0)