소스 검색

Fix --with-list-urls help message

master
JustAnotherArchivist 4 년 전
부모
커밋
f6a7cbfc70
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      s3-bucket-list

+ 1
- 1
s3-bucket-list 파일 보기

@@ -21,7 +21,7 @@ while i < len(sys.argv):
print('Options:', file = sys.stderr) print('Options:', file = sys.stderr)
print(f' --format FORMAT Modify the output format; FORMAT defaults to {format!r}; available fields: url, key, size, and all fields returned by S3 (e.g. LastModified)', file = sys.stderr) print(f' --format FORMAT Modify the output format; FORMAT defaults to {format!r}; available fields: url, key, size, and all fields returned by S3 (e.g. LastModified)', file = sys.stderr)
print( ' --marker KEY Start after a particular key instead of from the beginning', file = sys.stderr) print( ' --marker KEY Start after a particular key instead of from the beginning', file = sys.stderr)
print( ' --with-list-urls Enables printing the list URLs retrieved to stderr', file = sys.stderr)
print( ' --with-list-urls Enables printing the list URLs retrieved to FD 3', file = sys.stderr)
sys.exit(1) sys.exit(1)
elif arg == '--with-list-urls': elif arg == '--with-list-urls':
withListUrls = True withListUrls = True


불러오는 중...
취소
저장