Skip to content

Commit 8097f24

Browse files
committed
fixing docstring for instance stop
1 parent e6fcbaa commit 8097f24

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

spython/instance/cmd/stop.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,11 @@ def stop(self, name=None, sudo=False):
1414
1515
Parameters
1616
==========
17-
image: optionally, an image uri (if called as a command from Client)
1817
name: a name for the instance
1918
sudo: if the user wants to run the command with sudo
2019
2120
USAGE:
22-
singularity [...] instance.start [...] <container path> <instance name>
21+
singularity [...] instance.stop [...] <instance name>
2322
2423
'''
2524
from spython.utils import ( check_install,

0 commit comments

Comments
 (0)