Skip to content

Commit 61e8273

Browse files
committed
Fixed help
1 parent 8ff97e4 commit 61e8273

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

management_instance/runbooks/shared_scripts/fork_repo_github.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def execute(args, cwd=None, env=None, print_args=None, print_output=printverbose
8686

8787
def init_argparse():
8888
parser = argparse.ArgumentParser(
89-
usage='%(prog)s [OPTION] [FILE]...',
89+
usage='%(prog)s [OPTION]',
9090
description='Fork a GitHub repo'
9191
)
9292
parser.add_argument('--new-repo-name', action='store',

0 commit comments

Comments
 (0)