We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9023052 commit 0233bffCopy full SHA for 0233bff
1 file changed
bin/github-backup
@@ -107,8 +107,7 @@ def mask_password(url, secret='*****'):
107
return url.replace(parsed.password, secret)
108
109
def parse_args():
110
- parser = argparse.ArgumentParser(description='Backup a github account',
111
- prog='Github Backup')
+ parser = argparse.ArgumentParser(description='Backup a github account')
112
parser.add_argument('user',
113
metavar='USER',
114
type=str,
0 commit comments