Skip to content

Commit

Permalink
Add description to '--help' argument
Browse files Browse the repository at this point in the history
  • Loading branch information
IQAndreas committed Sep 27, 2013
1 parent f4a18ec commit 322b665
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gh-issues-import.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def init_config():
config.add_section('format')
config.add_section('settings')

arg_parser = argparse.ArgumentParser()
arg_parser = argparse.ArgumentParser(description="Import issues from one GitHub repository into another.")

arg_parser.add_argument('--config', help="The location of the config file (either absolute, or relative to the current working directory). Defaults to `config.ini` found in the same folder as this script.")
arg_parser.add_argument('-u', '--username', help="The username of the account that will create the new issues. The username will not be stored anywhere if passed in as an argument.")
Expand Down

0 comments on commit 322b665

Please sign in to comment.