|
From: Mercurial C. <th...@in...> - 2026-05-17 06:27:52
|
# HG changeset patch # User John Rouillard <ro...@ie...> # Date 1778722644 14400 # Wed May 13 21:37:24 2026 -0400 # Node ID 1bcd6a0275713f1a2460a101506636a0021962a6 # Parent 3f76baa4f0cb477c42e59aa09f9826465bdd4665 doc: fix example remove bad option. diff -r 3f76baa4f0cb -r 1bcd6a027571 doc/developers.txt --- a/doc/developers.txt Wed May 13 13:08:30 2026 -0400 +++ b/doc/developers.txt Wed May 13 21:37:24 2026 -0400 @@ -537,7 +537,7 @@ After creating the ```locale`` subdirectory in my tracker home, I was able to use:: - pybabel extract -F babel.cfg -d locale --add-comments ".Hint' \ + pybabel extract -F babel.cfg --add-comments ".Hint' \ --output locale/messages.po . with the following ``babel.cfg``:: |