Skip to content

Commit 0233bff

Browse files
committed
Don't pretend program name is "Github Backup"
1 parent 9023052 commit 0233bff

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

bin/github-backup

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,7 @@ def mask_password(url, secret='*****'):
107107
return url.replace(parsed.password, secret)
108108

109109
def parse_args():
110-
parser = argparse.ArgumentParser(description='Backup a github account',
111-
prog='Github Backup')
110+
parser = argparse.ArgumentParser(description='Backup a github account')
112111
parser.add_argument('user',
113112
metavar='USER',
114113
type=str,

0 commit comments

Comments
 (0)