Skip to content

Commit 5dfbda2

Browse files
committed
Merge branch 'master' of github.com:DataONEorg/d1_python
2 parents 7b0fea0 + 066f2c8 commit 5dfbda2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

gmn/doc/setup-env-registration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ The Member Node information is submitted to DataONE in a Node document. GMN auto
149149
generated::
150150

151151
$ su gmn
152-
$ python /var/local/dataone/gmn_venv/lib/python2.7/site-packages/gmn/manage.py register_node_with_dataone --view
152+
$ python /var/local/dataone/gmn_venv/lib/python2.7/site-packages/d1_gmn/manage.py node view
153153

154154
If the Node document is successfully generated, an XML document will be
155155
displayed. For more information about this document, refer to
@@ -163,7 +163,7 @@ The Member Node information is submitted to DataONE in a Node document. GMN auto
163163

164164
::
165165

166-
$ python lib/python2.7/site-packages/gmn/manage.py register_node_with_dataone
166+
$ python lib/python2.7/site-packages/d1_gmn/manage.py node register
167167

168168
* Check for a message saying that the registration was successful.
169169

0 commit comments

Comments
 (0)