Co-authored-by: Éric <merwok@netwok.org>
--- /dev/null
+Add warning messages when :program:`pygettext` unimplemented ``-a/--extract-all`` option is called.
if opt in ('-h', '--help'):
usage(0)
elif opt in ('-a', '--extract-all'):
- print("DepreciationWarning: -a/--extract-all is not implemented and will be removed in a future version",
+ print("DeprecationWarning: -a/--extract-all is not implemented and will be removed in a future version",
file=sys.stderr)
options.extractall = 1
elif opt in ('-c', '--add-comments'):