summaryrefslogtreecommitdiff
path: root/users
diff options
context:
space:
mode:
Diffstat (limited to 'users')
-rw-r--r--users/antarus/projects/infra/use_desc_gen2
-rw-r--r--users/antarus/projects/infra/use_desc_gen.py2
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()