Skip to content

Commit 137ec47

Browse files
committed
Little documentation about sudo-usage
1 parent 7d31e48 commit 137ec47

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ for p in gl.Project():
5555
for g in gl.Group(page=1, per_page=10):
5656
print (g)
5757

58-
# Create a new project
58+
# Create a new project (as another_user)
5959
p = gl.Project({'name': 'myCoolProject', 'wiki_enabled': False})
60-
p.save()
60+
p.save(sudo="another_user")
6161
print p
6262
`````
6363

0 commit comments

Comments
 (0)