Skip to content
This repository was archived by the owner on Aug 11, 2020. It is now read-only.

Commit 1eb62e4

Browse files
committed
reformat doc string
1 parent 8d49a30 commit 1eb62e4

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

paperspace/main.py

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,16 @@ def apikey_usage(prog):
127127

128128

129129
def run_usage(prog):
130-
return format('%s run [-m] <python_script.py> [--python 2|3] [--init [<init.sh>]] [--pipenv] [--req [<requirements.txt>] [--workspace .|<workspace_path>] [other jobs create options...] [--dryrun] [script args]' % prog)
130+
return format('%s run [-m] <python_script.py>\n'
131+
' [--python 2|3]\n'
132+
' [--init [<init.sh>]]\n'
133+
' [--pipenv]\n'
134+
' [--req [<requirements.txt>]]\n'
135+
' [--workspace .|<workspace_path>]\n'
136+
' [--ignoreFiles "<file-or-dir>,<file-or-dir>,..."]\n'
137+
' [other jobs create options...]\n'
138+
' [--dryrun]\n'
139+
' [script args]' % prog)
131140

132141

133142
def usage(prog):

0 commit comments

Comments
 (0)