diff options
author | Alec Warner <antarus@gentoo.org> | 2008-07-28 22:40:01 +0000 |
---|---|---|
committer | Alec Warner <antarus@gentoo.org> | 2008-07-28 22:40:01 +0000 |
commit | 2c9a0848927c002ba9b32ca161652c11c2c8a62b (patch) | |
tree | 24e1fe40d107f339b304b19fa651d00e6e7fb81c /users | |
parent | with missing level of handbook/handbook links to English (diff) | |
download | gentoo-2c9a0848927c002ba9b32ca161652c11c2c8a62b.tar.gz gentoo-2c9a0848927c002ba9b32ca161652c11c2c8a62b.tar.bz2 gentoo-2c9a0848927c002ba9b32ca161652c11c2c8a62b.zip |
_path -> _file, per Cardoe
Diffstat (limited to 'users')
-rw-r--r-- | users/antarus/projects/infra/use_desc_gen | 2 | ||||
-rw-r--r-- | users/antarus/projects/infra/use_desc_gen.py | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/users/antarus/projects/infra/use_desc_gen b/users/antarus/projects/infra/use_desc_gen index fd202e01da..bc87d59658 100644 --- a/users/antarus/projects/infra/use_desc_gen +++ b/users/antarus/projects/infra/use_desc_gen @@ -15,7 +15,7 @@ def GetOpts(): parser = optparse.OptionParser() parser.add_option('-r', '--repo_path', help=('path to repository from ' 'which the documentation will be generated.')) - parser.add_option('-c', '--category_path', help=('path to a category', + parser.add_option('-c', '--category_file', help=('path to a category', 'file if repo_path lacks a profile/category file')) opts, unused_args = parser.parse_args() diff --git a/users/antarus/projects/infra/use_desc_gen.py b/users/antarus/projects/infra/use_desc_gen.py index a23ff6093a..7a5e69f5b1 100644 --- a/users/antarus/projects/infra/use_desc_gen.py +++ b/users/antarus/projects/infra/use_desc_gen.py @@ -160,7 +160,7 @@ def GetOpts(): parser = optparse.OptionParser() parser.add_option('-r', '--repo_path', help=('path to repository from ' 'which the documentation will be generated.')) - parser.add_option('-c', '--category_path', help=('path to a category', + parser.add_option('-c', '--category_file', help=('path to a category', 'file if repo_path lacks a profile/category file')) opts, unused_args = parser.parse_args() |