@@ -118,19 +118,19 @@ def get_arg_parser() -> argparse.ArgumentParser:
118118 )
119119 input_group .add_argument (
120120 '-p' , '--p' , '--poetry' , action = 'store_true' ,
121- help = 'Build a SBOM based on a Poetry poetry.lock\' s contents. Use with -pf to specify absolute path'
121+ help = 'Build a SBOM based on a Poetry poetry.lock\' s contents. Use with -i to specify absolute path'
122122 'to a `poetry.lock` you wish to use, else we\' ll look for one in the current working directory.' ,
123123 dest = 'input_from_poetry'
124124 )
125125 input_group .add_argument (
126126 '-pip' , '--pip' , action = 'store_true' ,
127- help = 'Build a SBOM based on a PipEnv Pipfile.lock\' s contents. Use with --pip-file to specify absolute path'
127+ help = 'Build a SBOM based on a PipEnv Pipfile.lock\' s contents. Use with -i to specify absolute path'
128128 'to a `Pipefile.lock` you wish to use, else we\' ll look for one in the current working directory.' ,
129129 dest = 'input_from_pip'
130130 )
131131 input_group .add_argument (
132132 '-r' , '--r' , '--requirements' , action = 'store_true' ,
133- help = 'Build a SBOM based on a requirements.txt\' s contents. Use with -rf to specify absolute path'
133+ help = 'Build a SBOM based on a requirements.txt\' s contents. Use with -i to specify absolute path'
134134 'to a `requirements.txt` you wish to use, else we\' ll look for one in the current working directory.' ,
135135 dest = 'input_from_requirements'
136136 )
0 commit comments