scripts: gen_offset_header: add argument help text
Help text is set to documentation string of the script. Signed-off-by: Ruslan Mstoi <ruslan.mstoi@intel.com>
This commit is contained in:
parent
4695eb4e1d
commit
56b65e43de
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ def gen_offset_header(input_name, input_file, output_file):
|
|||
|
||||
if __name__ == '__main__':
|
||||
parser = argparse.ArgumentParser(
|
||||
description=__doc__,
|
||||
formatter_class=argparse.RawDescriptionHelpFormatter)
|
||||
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue